Back to YouTube
TikHub·YouTube

YouTube Web V2: Get video captions async job result

/api/v1/youtube/web_v2/get_video_captions_resultsync$0 / call

Get the result of an asynchronous caption job. For large videos, /getvideocaptions returns status="processing" with a jobid; use that jobid here to retrieve the final captions. Single-shot, non-blocking query; poll it until the job completes (TikHub · YouTube Web V2)

Input
FieldTypeRequiredDescription
job_idstringyesAsync job ID
formatstring (srt, xml, json3, txt)Caption format (default "srt")

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web_v2/get_video_captions_result","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.