{"api":"v1","generated_at":"2026-09-15T22:53:06.748Z","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/video-cyberwarex-com-transcript-2dea93","pinned_page":"https://tollindex.com/e/video-cyberwarex-com-transcript-2dea93/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":"video-cyberwarex-com-transcript-2dea93","canonical_url":"https://video.cyberwarex.com/transcript","resource":"https://video.cyberwarex.com/transcript","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"YouTube video transcript extraction with per-segment timing. Returns the caption track as timed segments (start, duration, text) plus the full plain text, or as SRT subtitles. Uses the creator's manual captions when they exist and falls back to YouTube automatic captions. Never downloads media, so it stays fast and light. Cached per video and language. Use it to summarize a talk, quote a video with timestamps, or search inside video content.","service_name":"x402 Video Intelligence","declared_category":null,"declared_tags":["youtube","transcript","captions","subtitles","video"],"route_template":null,"registry_updated":"2026-08-30T15:13:12.685Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"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.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":5,"unique_payers_30d":3,"last_called_at":"2026-08-30T15:13:12.203Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:19:38.401Z","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-15T04:19:38.401Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:17:03.465Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:16:17.350Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:31:44.883Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:01:10.595Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","page":"https://tollindex.com/seller/0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","endpoints":36,"hosts":17},"reports":0,"registry_record":{"cdp":[{"tags":["youtube","transcript","captions","subtitles","video"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1787649784/bazaar-icons/f98489fd044477d5.png","quality":{"lastCalledAt":"2026-08-30T15:13:12.203Z","l30DaysTotalCalls":5,"l30DaysUniquePayers":3},"resource":"https://video.cyberwarex.com/transcript","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://www.youtube.com/watch?v=arj7oStGLkU","lang":"en","format":"json"}},"output":{"type":"json","example":{"lang":"en","text":"Welcome back to the channel. Today we are talking about agents. ...","source":"manual","segments":[{"dur":3.44,"text":"Welcome back to the channel.","start":0.32},{"dur":2.88,"text":"Today we are talking about agents.","start":3.76}],"video_id":"arj7oStGLkU"}}},"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","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"YouTube video URL or bare 11-character video id."},"lang":{"type":"string","default":"en","description":"Preferred caption language code, e.g. en, es, de."},"format":{"enum":["json","text","srt"],"type":"string","default":"json","description":"json returns timed segments; text and srt return text/plain."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"lang":{"type":"string"},"text":{"type":"string","description":"Full transcript as plain text."},"source":{"enum":["manual","auto"],"type":"string","description":"Whether captions were creator-supplied or auto-generated."},"segments":{"type":"array","items":{"type":"object","properties":{"dur":{"type":"number"},"text":{"type":"string"},"start":{"type":"number"}}},"description":"Timed caption segments in seconds."},"video_id":{"type":"string"}}}}}}}}},"description":"YouTube video transcript extraction with per-segment timing. Returns the caption track as timed segments (start, duration, text) plus the full plain text, or as SRT subtitles. Uses the creator's manual captions when they exist and falls back to YouTube automatic captions. Never downloads media, so it stays fast and light. Cached per video and language. Use it to summarize a talk, quote a video with timestamps, or search inside video content.","lastUpdated":"2026-08-30T15:13:12.685Z","serviceName":"x402 Video Intelligence","x402Version":2}]}}