Get Rumble video transcript
Get captions for a Rumble video when available.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the Rumble video.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Outcome of the transcript lookup.
one of: found, not_found, lookup_failed
Video identity when the lookup resolved.
Rumble video identifier.
min 1 chars
Canonical public URL for the video.
min 1 chars
Transcript content when available for the resolved video.
Human-readable transcript language label when reported by the lookup.
Full transcript text parsed from captions.
Timed transcript segments when parsed from captions.
Transcript segment text.
Segment start offset in milliseconds.
≥ 0
Segment end offset in milliseconds.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/rumble/videos/transcript?url=https://rumble.com/v79xhhm-discovery-why-glenn-wants-israel-to-sue-the-new-york-times.html" \
-H "x-api-key: YOUR_API_KEY"Responses
Transcript lookup result. Inspect `data.lookupStatus` for found, not found, or lookup_failed.