{"api":"v1","generated_at":"2026-09-16T04:39:22.173Z","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/dicta-notes-com-routes-x402-transcribe-long-5bca12","pinned_page":"https://tollindex.com/e/dicta-notes-com-routes-x402-transcribe-long-5bca12/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":"dicta-notes-com-routes-x402-transcribe-long-5bca12","canonical_url":"https://dicta-notes.com/routes/x402/transcribe-long","resource":"https://dicta-notes.com/routes/x402/transcribe-long","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Turn a full recording into a structured document: POST JSON with an audio_url — up to 2 HOURS of meeting, interview, hearing, or podcast audio — and get a diarized who-said-what transcript JSON: timestamps, speaker tracking with per-segment confidence, language codes. Most transcription APIs cap at ~20 minutes; this one runs Gemini long-context, built for the long ones. mp3, wav, m4a, ogg, webm, flac. Flat price, USDC on Base, no account.","service_name":"Dicta-Notes","declared_category":null,"declared_tags":["meeting-transcription","long-audio-transcription","speaker-diarization","interview-transcript","who-said-what"],"route_template":null,"registry_updated":"2026-08-29T13:44:54.458Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"routes transcribe long","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.59 USDC","amount_units":0.59,"decimals_known":true,"pay_to":"0x1f2A484ef654d49c58c625b09e78B538501D652D","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-29T13:44:54.227Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:51:31.293Z","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:51:31.293Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:46:51.193Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:44:18.638Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:01:24.231Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:38:49.882Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x1f2A484ef654d49c58c625b09e78B538501D652D","page":"https://tollindex.com/seller/0x1f2A484ef654d49c58c625b09e78B538501D652D","endpoints":14,"hosts":3},"reports":0,"registry_record":{"cdp":[{"tags":["meeting-transcription","long-audio-transcription","speaker-diarization","interview-transcript","who-said-what"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x1f2A484ef654d49c58c625b09e78B538501D652D","amount":"590000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":3600}],"quality":{"lastCalledAt":"2026-08-29T13:44:54.227Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://dicta-notes.com/routes/x402/transcribe-long","extensions":{"bazaar":{"info":{"input":{"body":{"store":false,"audio_url":"https://example.com/meeting.mp3"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"language":"en","segments":[{"text":"What they said","speaker":"Speaker 1","end_time":5.2,"language":"en","confidence":0.85,"start_time":0}],"speakers":["Speaker 1","Speaker 2"],"transcript":"Full plain-text transcript, segments joined in order…","duration_seconds":512.3,"languages_detected":["en"]}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["audio_url"],"properties":{"store":{"type":"boolean","description":"Optional. When true, encrypt and store the transcript JSON for 60 days."},"audio_url":{"type":"string","format":"uri","description":"Public http(s) URL of the audio file (up to 2 hours, 400 MB max)."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["transcript","segments","speakers","duration_seconds","language","languages_detected"],"properties":{"language":{"type":"string"},"segments":{"type":"array","items":{"type":"object","required":["speaker","text","start_time","end_time","language"],"properties":{"text":{"type":"string"},"speaker":{"type":"string"},"end_time":{"type":"number"},"language":{"type":"string"},"confidence":{"type":["number","null"]},"start_time":{"type":"number"}}}},"speakers":{"type":"array","items":{"type":"string"}},"transcript":{"type":"string"},"duration_seconds":{"type":"number"},"languages_detected":{"type":"array","items":{"type":"string"}}}}}}}}}},"description":"Turn a full recording into a structured document: POST JSON with an audio_url — up to 2 HOURS of meeting, interview, hearing, or podcast audio — and get a diarized who-said-what transcript JSON: timestamps, speaker tracking with per-segment confidence, language codes. Most transcription APIs cap at ~20 minutes; this one runs Gemini long-context, built for the long ones. mp3, wav, m4a, ogg, webm, flac. Flat price, USDC on Base, no account.","lastUpdated":"2026-08-29T13:44:54.458Z","serviceName":"Dicta-Notes","x402Version":2}]}}