Built for developers

YouTube transcripts, delivered via API

Transcriptyt gives you fast, reliable access to YouTube transcripts and metadata with developer-first DX. No scraping, no surprises—just clean endpoints and clear responses.

Quickstart

Copy, paste, and deploy

Try this snippet in your code.

  • Multiple formats out of the box — JSON, SRT, WebVTT, plain text
  • Choose transcript type — manual (human-made) or auto-generated
  • Transparent rate limits with usage headers on every response
POST /api/v1/transcriptcurl
curl -X POST https://api.transcriptyt.com/api/v1/transcript \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "video_id": "dQw4w9WgXcQ",
    "language_code": "en",
    "transcript_type": "manual",
    "format": "json"
  }'

Get started

Create your first API key

Get up and running in under a minute.

1

Sign up

Create a free account.

2

Manage account

Click your profile picture and select "Manage account".

3

Create API Key

Go to "API keys" in the sidebar, then click "Add new key".

4

Start building

Copy your key and use it in the Authorization header.

Pricing

Simple, transparent pricing

Choose the plan that fits your usage. Scale up or down anytime with no surprises.

Get started

Start shipping with transcriptyt

Create an API key, get your first transcript in minutes, and add transcript-powered features without wrestling brittle scrapers.

DX-first

Fast track onboarding

  • Self-serve API keys — create and revoke anytime
  • Simple REST calls or curl — no SDK required
  • Stable contracts across releases

Have questions or running into issues? support@transcriptyt.com