Reddit API
Reddit Post transcript API
Spoken transcript from a Reddit video post by URL, with the detected language.
POST/v1/run/reddit.post_transcript
Uptime
94.44%
30d · 36 calls
Requests
36
30d · weekly, last 12 wks
Response
2.3s
median · 30d
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"found": true,
"data": {
"postId": "t3_1def567",
"language": "en",
"transcript": "Here is my first ever custom build, lubed switches and a brass plate.",
"transcriptNotAvailable": false
}
}Response interface
interface RedditPostTranscriptResponse {
data: {
language: string;
postId: string;
transcript: string;
transcriptNotAvailable: boolean;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/reddit.post_transcript
curl -X POST https://api.getanyapi.com/v1/run/reddit.post_transcript \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.reddit.com/r/MechanicalKeyboards/comments/1def567/"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.reddit.com/r/MechanicalKeyboards/comments/1def567/"Reddit post URL or direct v.redd.it video URL to transcribe. |
| language | string | Optional two-letter language code (defaults to en). |
| Response | ||
| found | boolean | true |
| data | object | |
| data.postId | string | "t3_1def567" |
| data.language | string | "en" |
| data.transcript | string | "Here is my first ever custom build, lubed switches and a brass plate." |
| data.transcriptNotAvailable | boolean | false |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Reddit Post transcript API
The AnyAPI Reddit Post transcript API returns Reddit post transcript data as normalized JSON from one POST call to /v1/run/reddit.post_transcript. Spoken transcript from a Reddit video post by URL, with the detected language. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 94.4% of Reddit post transcript calls through AnyAPI succeeded, with a median response time of 2.3 seconds across 36 measured calls.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
Spoken transcript from a Reddit video post by URL, with the detected language. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
Over the last 30 days, 94.4% of Reddit post transcript calls through AnyAPI succeeded, with a median response time of 2.3 seconds across 36 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.
More to call