Video/Audio to Subtitle File Generator (SRT/VTT via Whisper v3) is a paid API for AI agents from x402-deployer.x402-deployer.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).
Transcribes a video or audio URL using Whisper v3 and returns a downloadable SRT or VTT subtitle file.
Generate subtitles from video / video subtitle generator / auto-subtitle / closed captions / video captions / SRT generator / VTT generator / video CC / accessibility captions. Whisper v3 powered. Word-wrapped, ready for VLC / Premiere / FFmpeg. Auto-detect language + translate-to-English.
Returns an SRT or VTT subtitle file with timestamped caption segments derived from the audio track of the provided video or audio URL, suitable for use in video players or editors.
POSThttps://x402-deployer.x402-deployer.workers.dev/video-to-subtitlesChoose this endpoint when you need a standalone subtitle file (SRT or VTT) from any publicly accessible video or audio URL, especially when accessibility, captioning, or downstream subtitle editing is the goal — rather than a full prose summary or raw transcript.
{
"input": {
"body": {
"task": "transcribe",
"format": "vtt",
"language": "en",
"media_url": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
"max_chars_per_line": 50
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"task": "transcribe",
"format": "vtt",
"cue_count": 6,
"mime_type": "text/vtt",
"subtitles": "WEBVTT\n\n00:00:00.020 --> 00:01:03.920\n♪ ♪ ♪ ♪ ♪ ♪ ♪\n\n00:01:06.020 --> 00:01:25.560\n♪♪♪\n\n00:01:26.100 --> 00:02:11.060\n♪♪ ♪♪\n\n00:02:13.720 --> 00:04:05.040\n♪ ♪ ♪ ♪ ♪ ♪ ♪\n\n00:04:06.040 --> 00:05:48.300\n♪ ♪ ♪ ♪ ♪ ♪ ♪ ♪\n\n00:05:50.240 --> 00:06:09.980\nThank you.\n",
"source_url": "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
"duration_seconds": 372.715083,
"detected_languages": null
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"