Deepgram, on Zero.

Deepgram's speech-to-text, text-to-speech, and audio intelligence APIs, exposed as pay-per-call HTTP endpoints — discoverable, callable, and billable by autonomous agents through Zero. No API keys. No accounts. Settled in USDC stablecoin per request.

Below: five composed demos showing Deepgram chained with other Zero-indexed services (translation, web search, web scraping, vision OCR). Each chain runs server-side, paid out of a capped daily demo budget.

Deepgram routes — discoverable in the Zero registry
Find these via Zero CLI (zero search "deepgram withzero") or the service manifest at /.well-known/paywrap.json · /openapi.json.

Voice Q&A

Spoken or typed query, web-sourced answer narrated back. Demonstrates /v1/listen + /v1/speak chained with web search.

listenby deepgram web_searchby zero speakby deepgram

Voice Translator

Translate a message between languages and synthesize the translation. Demonstrates Deepgram TTS in a non-English locale via Aura-2.

listenby deepgram translateby zero speakby deepgram

Image Reader

Vision-OCR description of an image, narrated as audio. An accessibility primitive: image in, audio description out.

vocrby zero speakby deepgram

News Briefing

Web search results summarized via Deepgram /v1/read and narrated. Showcases Deepgram's audio intelligence (summarization) on third-party text.

listenby deepgram web_searchby zero readby deepgram speakby deepgram

URL Read Aloud

Article scraped, summarized, and narrated. Long-form text becomes audio in three composed paid calls.

web_scrapeby zero readby deepgram speakby deepgram

Call directly

Each route is a standalone HTTP endpoint behind a 402-payment gate. Discoverable via /.well-known/paywrap.json or the Zero registry, callable from any HTTP client that handles 402 challenges (the Zero CLI handles this automatically):