Full YouTube video transcript on demand — every spoken segment with timestamps
Full YouTube video transcript on demand — every spoken segment with timestamps. Give a video URL and get clean, structured captions back, in 13 languages with optional auto-translation. Perfect for AI summarization, content repurposing, and research. One transcript per call. Powered by Techforce Global — explore more at https://techforceglobal.com
Answeringour last check, 2026-09-24
1 of 1checks answered this week
191 msmedian answer time
$0.2listed price per call
$0.2price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://techforce-agents.onrender.com/api/youtube-transcript
| Category | Image and media |
|---|---|
| Provider host | techforce-agents.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.2 | 191 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"language": "en",
"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"language": {
"description": "Preferred transcript language (optional, default en)",
"enum": [
"en",
"hi",
"gu",
"pt",
"es",
"fr",
"de",
"it",
"ja",
"ko",
"zh",
"ru",
"ar"
],
"type": "string"
},
"videoUrl": {
"description": "YouTube video URL (watch, youtu.be, or embed)",
"type": "string"
}
},
"required": [
"videoUrl"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"items": {
"description": "One transcript object for the requested video",
"items": {
"properties": {
"isAutoGenerated": {
"description": "True if YouTube auto-captions",
"type": "boolean"
},
"isTranslated": {
"description": "True if auto-translated",
"type": "boolean"
},
"language": {
"description": "Language actually returned",
"type": "string"
},
"searchResult": {
"description": "Segments, each with start, dur, text",
"items": {
"properties": {
"dur": {
"type": "number"
},
"start": {
"type": "number"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"segmentCount": {
"description": "Number of transcript segments",
"type": "integer"
},
"videoId": {
"description": "YouTube video ID",
"type": "string"
},
"videoUrl": {
"description": "Normalized video URL",
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}