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 / call

Fetch 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
FieldTypeRequiredDescription
languagestringPreferred response language as an IETF language tag; default: en-US (default "en-US")
post_idsstringyesPost IDs comma-separated, max 5
include_comment_idbooleanInclude specific comment ID (default false)
comment_idstringComment ID (when includecommentid is True) (default "")
need_formatbooleanWhether 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.