Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Single Reddit Post Details
/api/v1/reddit/app/fetch_post_detailssync$0.0015 / callFetch single post details by post ID. 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_id | string | yes | Post ID |
| 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://www.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","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.