Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Reddit Post Details in Batch (Max 5)
/api/v1/reddit/app/fetch_post_details_batchsync$0.0075 / callFetch post details in batch by post ID list. Support batch query for up to 5 posts. Optionally include context for specific comments (TikHub · Reddit APP)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| language | string | — | Preferred response language as an IETF language tag; default: en-US (default "en-US") |
| post_ids | string | yes | Post IDs comma-separated, max 5 |
| include_comment_id | boolean | — | Include specific comment ID (default false) |
| comment_id | string | — | Comment ID (when includecommentid is True) (default "") |
| need_format | boolean | — | Whether to clean and format the data (default false) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_post_details_batch","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.