cURL
curl --request GET \ --url https://api.influship.com/v1/raw/youtube/transcript/{video_id} \ --header 'X-API-Key: <api-key>'
{ "data": { "video_id": "dQw4w9WgXcQ", "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "title": "Full Body Workout | 30 Minutes", "language": "en", "transcript": [ { "text": "Welcome to my channel!", "start": 0.5, "duration": 2.3 } ], "full_text": "<string>", "word_count": 1245, "available_languages": [ "en", "es", "fr" ] } }
Fetch YouTube video transcript/captions. Returns timestamped segments and full text. Useful for content analysis.
Supported sources:
Pricing: 0.5 credits per transcript ($0.005)
YouTube video ID
1
"dQw4w9WgXcQ"
Language code or "auto" for automatic detection
"en"
Successful response
Show child attributes