Documentation
Three steps to your first transcript.
Sign up with Google, GitHub, or email. Sign up here
Go to /account and create an API key. It starts with ytt_sk_
Send a POST request with a YouTube URL:
curl -X POST https://yourdomain.com/api/transcripts \
-H "Authorization: Bearer ytt_sk_..." \
-H "Content-Type: application/json" \
-d '{"url": "https://youtube.com/watch?v=dQw4w9WgXcQ"}'That's it. The response includes the full transcript. Add ?format=text for plain text output.