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

Pricing

One price, in dollars

Providers
Giraffe34 served100.00% uptime2145ms p50$1.20/1k reqflat

Try it

Make your first request

Open in
Get a free key
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 30d
POST /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/"}'
FieldTypeExample value
Request body
urlstring"https://www.reddit.com/r/MechanicalKeyboards/comments/1def567/"Reddit post URL or direct v.redd.it video URL to transcribe.
languagestringOptional two-letter language code (defaults to en).
Response
foundbooleantrue
dataobject
data.postIdstring"t3_1def567"
data.languagestring"en"
data.transcriptstring"Here is my first ever custom build, lubed switches and a brass plate."
data.transcriptNotAvailablebooleanfalse
Price
Price per requestUSD$0.0012
Price /1k reqUSD$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.