{"api":"v1","generated_at":"2026-09-15T19:52:21.746Z","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/vaaya-ai-api-run-deepgram-transcribe-180b5f","pinned_page":"https://tollindex.com/e/vaaya-ai-api-run-deepgram-transcribe-180b5f/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"vaaya-ai-api-run-deepgram-transcribe-180b5f","canonical_url":"https://vaaya.ai/api/run/deepgram/transcribe","resource":"https://vaaya.ai/api/run/deepgram/transcribe","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Transcribe audio (or the audio track of a video) to text with Deepgram Nova-3 — podcasts, calls, voicemails, interviews, screen recordings. Pass `url` (a publicly reachable audio/video file — stage local files via files/upload or fal/upload first) and `duration_minutes` (the approximate length, priced at 1¢/min, default 10). Options: `language` (ISO code, e.g. \"en\", \"hi\"), `detect_language: true`, `diarize: true` (speaker labels), `utterances: true` (timestamped segments), `model` (\"nova-3\" def…","service_name":"Vaaya","declared_category":null,"declared_tags":["deepgram","ai-agents","pay-per-call"],"route_template":":var1","registry_updated":"2026-08-26T04:59:57.879Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"deepgram transcribe","category":"media","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","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.02 USDC","amount_units":0.02,"decimals_known":true,"pay_to":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":2,"unique_payers_30d":2,"last_called_at":"2026-08-26T04:59:57.640Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:04:08.494Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T04:04:08.494Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:02:51.192Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:02:23.510Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:17:33.424Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:43:42.797Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","page":"https://tollindex.com/seller/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","endpoints":67,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["deepgram","ai-agents","pay-per-call"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":360}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783358761/bazaar-icons/161e7ee036681539.png","quality":{"lastCalledAt":"2026-08-26T04:59:57.64Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":2},"resource":"https://vaaya.ai/api/run/deepgram/transcribe","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://static.deepgram.com/examples/interview_speech-analytics.wav","duration_minutes":2},"type":"http","method":"POST","bodyType":"json","pathParams":{}},"output":{"type":"json","example":{"ok":true,"data":{},"charged_cents":2}}},"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","$schema":"http://json-schema.org/draft-07/schema#","required":["url"],"properties":{"url":{"type":"string","format":"uri"},"model":{"enum":["nova-3","nova-2"],"type":"string"},"diarize":{"type":"boolean"},"language":{"type":"string","maxLength":10,"minLength":2},"utterances":{"type":"boolean"},"detect_language":{"type":"boolean"},"duration_minutes":{"type":"number","maximum":180,"minimum":1}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"pathParams":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":":var1"}},"description":"Transcribe audio (or the audio track of a video) to text with Deepgram Nova-3 — podcasts, calls, voicemails, interviews, screen recordings. Pass `url` (a publicly reachable audio/video file — stage local files via files/upload or fal/upload first) and `duration_minutes` (the approximate length, priced at 1¢/min, default 10). Options: `language` (ISO code, e.g. \"en\", \"hi\"), `detect_language: true`, `diarize: true` (speaker labels), `utterances: true` (timestamped segments), `model` (\"nova-3\" def…","lastUpdated":"2026-08-26T04:59:57.879Z","serviceName":"Vaaya","x402Version":2}]}}