{"openapi":"3.0.3","info":{"title":"Deepgram (zero-deepgram)","version":"1.0","description":"Pay-per-call wrapper around Deepgram's speech AI suite (transcription, TTS, audio intelligence). Settled in micro-USDC via MPP on Tempo. Listen + speak are metered (charged at the actual amount, refunding the unused deposit at session close)."},"servers":[{"url":"https://deepgram.withzero.ai"}],"paths":{"/v1/listen":{"post":{"operationId":"post__v1_listen","summary":"Pre-recorded audio transcription via Deepgram Nova-3. Pass a hosted audio URL.","x-payment-info":{"method":"tempo","currency":"USDC","amount":"0.05","sku":"deepgram-listen:v1","pricingVersion":1},"responses":{"200":{"description":"Successful response after payment","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"$ref":"#/components/schemas/PaymentRequired"}}}},"/v1/speak":{"post":{"operationId":"post__v1_speak","summary":"Text-to-speech via Deepgram Aura-2. Returns audio/mpeg.","x-payment-info":{"method":"tempo","currency":"USDC","amount":"0.05","sku":"deepgram-speak:v1","pricingVersion":1},"responses":{"200":{"description":"Successful response after payment","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"$ref":"#/components/schemas/PaymentRequired"}}}},"/v1/read":{"post":{"operationId":"post__v1_read","summary":"Audio/text intelligence via Deepgram: summarize, topics, sentiment, intents.","x-payment-info":{"method":"tempo","currency":"USDC","amount":"0.005","sku":"deepgram-read:v1","pricingVersion":1},"responses":{"200":{"description":"Successful response after payment","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"$ref":"#/components/schemas/PaymentRequired"}}}},"/.well-known/paywrap.json":{"get":{"operationId":"get___well_known_paywrap_json","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/openapi.json":{"get":{"operationId":"get__openapi_json","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/healthz":{"get":{"operationId":"get__healthz","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"PaymentRequired":{"type":"object","description":"x402/MPP 402 advertisement. Decode the PAYMENT-REQUIRED or WWW-Authenticate header for payment requirements.","properties":{"error":{"type":"string"}}}}}}