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
200000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-11
updated
Provider
techforce-agents.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "200000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"language": "en",
"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
"type": "http"
},
"output": {
"example": {
"items": [
{
"isAutoGenerated": false,
"isTranslated": false,
"language": "en",
"searchResult": [
{
"dur": 3.2,
"start": 0,
"text": "We're no strangers to love"
}
],
"segmentCount": 3,
"videoId": "dQw4w9WgXcQ",
"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
]
},
"type": "json"
}
},
"schema": {
"$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"
}
}
}Use it
curl
curl "https://techforce-agents.onrender.com/api/youtube-transcript" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://techforce-agents.onrender.com/api/youtube-transcript");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://techforce-agents.onrender.com/api/youtube-transcript")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8210.json, and this resource appears in /discovery/resources and /discovery/search.