Access YouTube video transcripts programmatically with our simple and reliable API. Perfect for content creators, researchers, and developers - with no cost, ever.
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",
}
}
}
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",
}
}
}
Simple integration, reliable performance, and completely free.
No usage limits, no hidden costs. Our API is 100% free for developers and researchers.
Our API is built for speed and reliability, ensuring you always get the transcripts you need.
Easy-to-use API with comprehensive documentation for quick integration into your projects.