Skip to main content
GET
Fetch Reddit Post Details in Large Batch (Max 30)
Fetch Reddit Post Details in Large Batch (Max 30) Pricing — base $0.03625 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

language
string
default:en-US

Preferred response language as an IETF language tag; default: en-US

Required string length: 2 - 16
Pattern: ^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$
post_ids
string
required

Post IDs comma-separated, max 30

Required string length: 4 - 629
Pattern: ^t3_[a-z0-9]{1,17}(?:\s*,\s*t3_[a-z0-9]{1,17})*$
include_comment_id
boolean
default:false

Include specific comment ID

comment_id
string
default:""

Comment ID (when include_comment_id is True

Maximum string length: 20
Pattern: ^(?:|t1_[a-z0-9]{1,17})$
need_format
boolean
default:false

Whether to clean and format the data

Response

200

Successful response. Response structure varies; refer to the actual API response.