{"name":"caption-translate-pack","description":"Generates translated subtitles from any video URL in one call. Composite: one call runs video-to-subtitles + translate. SRT subtitles are generated via Whisper v3, then the subtitle text is translated into the target language (100+ languages, structure preserved). Returns original subtitles, translated subtitles, and per-component telemetry. Use it for localized video captions, an SRT generator plus translation, or subtitle localization.","price":"$0.07","method":"POST","input_schema":{"properties":{"video_url":{"type":"string","description":"Public http(s) URL of the video. Max 2048 chars."},"target_language":{"type":"string","description":"Target language name or ISO code (e.g. 'Spanish', 'es'). Max 60 chars."}},"required":["video_url","target_language"]},"input_example":{"video_url":"https://samplelib.com/mp4/sample-5s.mp4","target_language":"Spanish"},"output_example":{"video_url":"https://samplelib.com/mp4/sample-5s.mp4","format":"srt","subtitles":"1\n00:00:00,000 --> 00:00:03,000\nHello.\n","target_language":"Spanish","translated_subtitles":"1\n00:00:00,000 --> 00:00:03,000\nHola.\n","composed_of":["video-to-subtitles","translate"],"components":[{"name":"video-to-subtitles","ok":true,"ms":5100},{"name":"translate","ok":true,"ms":1400}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}