# Rumble Video Transcript API (https://www.socialcrawl.dev/platforms/rumble/video-transcript) > Returns the transcript for a Rumble video when captions are available. If Rumble doesn't expose captions, `transcript` is `null` and credits are not deducted. TL;DR: `GET /v1/rumble/video/transcript` costs 10 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Rumble video URL. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/rumble/video/transcript?url=https%3A%2F%2Frumble.com%2Fv784xoi-president-donald-j.-trump-and-secwar-pete-hegseth-hold-a-press-conference-a.html" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a Rumble video transcript with an API? Send a GET request to /v1/rumble/video/transcript with the full Rumble video URL in the url parameter. When the video has captions, SocialCrawl returns the transcript as text in one JSON response. ### What happens if a Rumble video has no captions? The transcript field comes back null and no credits are deducted. You only pay for requests that actually return transcript text, so you can probe a video list safely without burning credits on caption-less uploads. ### How much does the Rumble Transcript API cost? Transcript requests are premium tier at 10 credits per successful hit. Requests that return null because captions don't exist cost nothing. New accounts get 100 free credits with no credit card required. ### What can I build with Rumble transcripts? Full-text search over video libraries, LLM summarization and topic extraction, quote attribution for journalism and research, and compliance or moderation review — transcripts turn hours of video into text your existing NLP stack can process. ### Are Rumble transcripts available for every video? No. Transcripts depend on Rumble exposing captions for that video. When captions exist you get the text; when they don't, the endpoint returns null without charging credits, so coverage varies by creator and upload. See the full Rumble API: https://www.socialcrawl.dev/platforms/rumble ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get a Rumble video transcript with the SocialCrawl API - What does the SocialCrawl Rumble Transcript API cost?