agent402.tools Subtitle Pipeline is a paid API for AI agents from agent402.tools, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15, last successful call 2026-08-05).
Transcribes an audio file from a URL and returns finished subtitles in SRT, VTT, text, or JSON format plus text statistics in a single call
Bundled execution of the Subtitle pipeline workflow - Audio URL → finished subtitles in one call: transcribe the audio, emit the transcript as SRT/WebVTT/JSON cues, and report the text statistics - length, reading time, word count. One x402 payment runs 3 underlying tools (transcribe, srt-convert, text-stats); partial-success per step.
Returns a complete subtitle file in the requested format (SRT, VTT, text, or JSON cues), the full transcript text, and text statistics including word count, character length, and estimated reading time — all in a single response.
POSThttps://agent402.tools/api/skill/subtitle-pipelineUse this endpoint when you need a complete end-to-end subtitle generation pipeline in a single API call — audio URL in, finished subtitle file and text statistics out. Prefer this over separate transcription and formatting steps when you want SRT, VTT, or JSON cues plus word count and reading time without chaining multiple calls.
| Field | Type | Description |
|---|---|---|
| url | string | Public URL of the audio file to transcribe |
| format | string | Subtitle output format: srt | vtt | text | json (default vtt) |
{
"type": "json",
"example": {
"args": {
"url": "https://upload.wikimedia.org/wikipedia/commons/c/c8/Example.ogg",
"format": "vtt"
},
"pack": "subtitle-pipeline",
"steps": [
{
"ok": true,
"slug": "transcribe",
"result": {}
},
{
"ok": true,
"slug": "srt-convert",
"result": {}
},
{
"ok": true,
"slug": "text-stats",
"result": {}
}
],
"summary": "3/3 steps succeeded"
}
}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"