100% FREE SERVICE

Extract YouTube Transcripts with API

Access YouTube video transcripts programmatically with our simple and reliable API. Perfect for content creators, researchers, and developers - with no cost, ever.

API Request Example
curl -X GET "https://tubetext.vercel.app/youtube/transcript?video_id=67lz8Xxsxxx" 

{
    "success": true,
    "data": {
        "video_id": "peBx-xxxx",
        "transcript": [
            "Value",
            "Value",
            "Value",
            ... 
        ],
        "full_text": "Full Transcript....",
        "details": {
            "title": "Video Title",
            "channel": "Channel Title",
            "channel_id": "UC_xxxx",
            "description": "Video Description",
        }
    }
}
API Request Example
curl -X GET "https://tubetext.vercel.app/youtube/transcript-with-timestamps?video_id=67lz8Xxsxxx"

{
    "success": true,
    "data": {
        "video_id": "peBx-xxxx",
        "transcript": [
            "Value",
            "Value",
            "Value",
            ... 
        ],
        "full_text": "Full Transcript....",
        "details": {
            "title": "Video Title",
            "channel": "Channel Title",
            "channel_id": "UC_xxxx",
            "description": "Video Description",
        }
    }
}

Why Use Our YouTube Transcript API?

Simple integration, reliable performance, and completely free.

Completely Free

No usage limits, no hidden costs. Our API is 100% free for developers and researchers.

Fast & Reliable

Our API is built for speed and reliability, ensuring you always get the transcripts you need.

Simple Integration

Easy-to-use API with comprehensive documentation for quick integration into your projects.