YouTube Transcript API v2.0

Get transcripts from any YouTube video, AI-powered summaries, image generation, webhooks, and more. A simple REST API for developers, content creators, and researchers.

See Pricing Try the API Free API Docs

21+

Endpoints

14

AI Features

$1

Starting at

24h

Redis Cache

๐Ÿค–

Image Gen

Features

Everything you need to work with video transcripts.

๐Ÿ“

Instant Transcripts

Extract full transcripts from any public YouTube video - videos, Shorts, and embeds. Text, SRT, or VTT output.

๐Ÿค–

AI Summaries

Get a concise summary of any video's key points and takeaways using AI. Enhanced prompts for quality output.

๐ŸŒ

AI Translations

Translate any transcript into 70+ languages with one API call. Perfect for localization.

๐Ÿ–ผ๏ธ

Image Generation

Generate stunning images from video prompts using DALL-E and FLUX models.

๐Ÿ“‚

Subtitle Uploads

Upload your own VTT/SRT files to summarize or translate videos without captions.

โšก

Redis Caching

Responses cached for 24h on Redis. Sub-second responses on repeat requests.

๐Ÿ”—

Webhooks

Get notified when events happen - license created, credits low, trial expiring.

๐Ÿ“Š

Usage Dashboard

Track your API usage, credits, and history with detailed analytics.

๐Ÿ”‘

Simple Auth

Just one API key header. Get started in under a minute.

Pricing

Simple & transparent. No hidden fees.

Pay-as-you-go

$1 one-time
  • 1000 credits
  • All endpoints
  • Image generation
  • Email support
Buy Now

Agency

$15 /month
  • Unlimited credits
  • All features
  • Dedicated support
Subscribe

Try the API Free

Get a free trial key instantly. No payment required.

Required โ€” used only to enforce 1 trial per email.

AI Content Generator

Generate content ideas and scripts from any YouTube URL using AI with transcript support.

# Generate SEO tags from video
GET https://solopreneurstack.site/api/seo?url=...
X-API-Key: YOUR_TRIAL_KEY

# Generate social media posts
GET https://solopreneurstack.site/api/social?url=...&platform=all|twitter|instagram|linkedin
X-API-Key: YOUR_TRIAL_KEY

# Extract keywords
# Generate blog post from video
# Compare two videos
# Generate content calendar
# Get a transcript (text)
GET https://solopreneurstack.site/api/transcript?url=...
X-API-Key: YOUR_TRIAL_KEY

# Live demo
Paste a YouTube URL and click Run to see the live transcript.
# Generate an image from a prompt
POST https://solopreneurstack.site/api/generate-image
X-API-Key: YOUR_TRIAL_KEY


See It Live

Watch a real transcript being fetched in real time โ€” no account needed.

Paste a YouTube URL and click Run to see the live transcript.

Try the Content Pack

Paste any YouTube video and watch it become a ready-to-film Shorts script with delivery notes & hashtags.

Paste a YouTube URL and click Generate to see the AI Content Pack.

Loved by Developers

Trusted by builders, creators, and teams who need transcripts fast.

“I replaced 4 transcription tools with this API. The SRT output is perfect for my podcast auto-captions.”

โ€” Rina, Content Creator

“Batch mode saved our writers hours. Clean JSON with timestamps made building our search index trivial.”

โ€” David, Product Engineer

“The free trial was generous and it took minutes to go live. Fair pricing, fast API.”

โ€” Mei, Startup Founder

Ready to get transcripts?

Get your API key in under a minute after purchase.

Buy on Gumroad I Already Bought - Activate

FAQ

What is the YouTube Transcript API?

A REST API to extract transcripts from any public YouTube video, plus AI-powered summaries, image generation, translations, webhooks, and more across 70+ languages.

How do I pay?

We use Gumroad as our payment processor. Pay by credit card or PayPal right in your browser.

How do I get my API key?

After paying, check your Gumroad email for the license key. Enter it on the activation page to get your API key instantly.

What is a credit?

1 credit = 1 transcript. AI features cost extra credits (see pricing above). Pay-as-you-go credits never expire.

Is there a free trial?

Yes! Get a free trial API key in the "Try the API Free" section above โ€” no payment required. Limited to 10 credits and expires in 24 hours.

Can I transcribe many videos at once?

Yes. Pro and Agency subscribers can use batch mode (/api/transcript/batch) to transcribe up to 20 URLs in a single call โ€” ideal for creators and teams.

Can I generate images?

Yes! Use POST /api/generate-image to generate images from text prompts using DALL-E 3 or FLUX.1. Costs 2 credits per generation.

How do webhooks work?

Register a webhook URL at POST /api/webhook to receive JSON notifications for events like license creation, credits running low, or trial expiration.

Do you offer structured JSON with timestamps?

Yes. Use format=json on the transcript endpoint to get clean segments with start times and durations โ€” perfect for building search, captions, or apps.

How It Works

3 steps to get started.

1

Buy a Plan

Pay-as-you-go or monthly via Gumroad.

2

Activate

Enter your Gumroad license key on the activation page to get your API key instantly.

3

Build

Call the API with your key. Read the docs and start building.