Create an API key
Generate one in your dashboard. Free credits are included — no card to start.
POST a video URL
Send any supported URL in the
url field. Auth via the Authorization: Bearer header.Parse the JSON
The exact shape varies by platform. YouTube returns timed segments; TikTok and Facebook return the joined text plus optional video URLs. Sample YouTube response:Full per-platform shapes live in the response schema.
Swap platforms
Auth, path style, and theurl body field never change — but the response shape differs per platform because each upstream source provides different metadata. YouTube gives you per-line timing; TikTok and Facebook give you joined text plus optional video URLs; Instagram gives you a transcripts array of plain-text lines. Plan for that when writing a unified client.
Next steps
Authentication
Bearer tokens, key rotation, revocation.
Response schema
Every field, every platform.
Rate limits
60/min per key. Headers on 429 responses.
Errors
Status codes, messages, retry guidance.