{"api":"v1","generated_at":"2026-09-15T22:44:46.166Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/techforce-agents-onrender-com-api-youtube-transcript-8c309e","pinned_page":"https://tollindex.com/e/techforce-agents-onrender-com-api-youtube-transcript-8c309e/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"techforce-agents-onrender-com-api-youtube-transcript-8c309e","canonical_url":"https://techforce-agents.onrender.com/api/youtube-transcript","resource":"https://techforce-agents.onrender.com/api/youtube-transcript","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"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.\n\nPowered by Techforce Global — explore more at https://techforceglobal.com","service_name":"Techforce Agents YT Transcript","declared_category":null,"declared_tags":["data","youtube","transcript","video","captions"],"route_template":null,"registry_updated":"2026-09-11T01:26:19.720Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"youtube transcript","category":"media","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.2 USDC","amount_units":0.2,"decimals_known":true,"pay_to":"0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":4,"unique_payers_30d":2,"last_called_at":"2026-09-11T01:26:19.430Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:48:11.273Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:48:11.273Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:20:37.467Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:16:14.028Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:32:37.469Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:19:22.327Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d","page":"https://tollindex.com/seller/0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d","endpoints":6,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["data","youtube","transcript","video","captions"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d","amount":"200000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-11T01:26:19.43Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":2},"resource":"https://techforce-agents.onrender.com/api/youtube-transcript","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"language":"en","videoUrl":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}},"output":{"type":"json","example":{"items":[{"videoId":"dQw4w9WgXcQ","language":"en","videoUrl":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","isTranslated":false,"searchResult":[{"dur":3.2,"text":"We're no strangers to love","start":0}],"segmentCount":3,"isAutoGenerated":false}]}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["videoUrl"],"properties":{"language":{"enum":["en","hi","gu","pt","es","fr","de","it","ja","ko","zh","ru","ar"],"type":"string","description":"Preferred transcript language (optional, default en)"},"videoUrl":{"type":"string","description":"YouTube video URL (watch, youtu.be, or embed)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"videoId":{"type":"string","description":"YouTube video ID"},"language":{"type":"string","description":"Language actually returned"},"videoUrl":{"type":"string","description":"Normalized video URL"},"isTranslated":{"type":"boolean","description":"True if auto-translated"},"searchResult":{"type":"array","items":{"type":"object","properties":{"dur":{"type":"number"},"text":{"type":"string"},"start":{"type":"number"}}},"description":"Segments, each with start, dur, text"},"segmentCount":{"type":"integer","description":"Number of transcript segments"},"isAutoGenerated":{"type":"boolean","description":"True if YouTube auto-captions"}}},"description":"One transcript object for the requested video"}}}}}}}}},"description":"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.\n\nPowered by Techforce Global — explore more at https://techforceglobal.com","lastUpdated":"2026-09-11T01:26:19.72Z","serviceName":"Techforce Agents YT Transcript","x402Version":2}]}}