Skip to main content
GET
Fetch Reddit Post Details in Large Batch (Max 30)
大批量获取Reddit帖子详情(最多30条) 计费 — 成功调用基准价 $0.03625(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

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

查询参数

language
string
默认值: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
必填

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
默认值:false

Include specific comment ID

comment_id
string
默认值:""

Comment ID (when include_comment_id is True

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

Whether to clean and format the data

响应

200

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