Back to Dash Pay
AI/ML/16 endpoints
dTelecom
dtelecom/voice
Use wallet-authenticated WebRTC voice, speech-to-text, and text-to-speech APIs for AI agents. Supports realtime bidirectional voice sessions, transcription, speech synthesis, low-latency communication, and pay-per-use voice workflows.
Price
Free
Status
Free tier
Leaderboard installs
0
Use case
Use for realtime AI voice conversations, WebRTC calling, speech-to-text transcription, text-to-speech playback, voice agents, audio interfaces, agent-to-user communication, low-latency conversations, and programmable voice workflows.
Endpoints
16 loaded| Method | Path | Pricing | Description |
|---|---|---|---|
| GET | v1/account | free | Get account info and balance |
| GET | v1/account/sessions | free | Get session list |
| GET | v1/account/transactions | free | Get credit transaction history |
| POST | v1/agent-session | free | Create a bundled Agent session (WebRTC + STT + TTS) |
| POST | v1/agent-session/extend | free | Extend an Agent session |
| POST | v1/credits/purchase | free | Purchase credits via x402 payment |
| POST | v1/credits/purchase/mpp | free | Purchase credits via MPP payment |
| POST | v1/credits/purchase/tron | free | Purchase credits via TRON USDT (Bank of AI x402 facilitator) |
| GET | v1/pricing | free | Get current pricing and limits |
| GET | v1/servers/status | free | Get server availability by service type |
| POST | v1/stt/session | free | Create an STT session |
| POST | v1/stt/session/extend | free | Extend an STT session |
| POST | v1/tts/session | free | Create a TTS session |
| POST | v1/tts/session/extend | free | Extend a TTS session |
| POST | v1/webrtc/token | free | Create a WebRTC session |
| POST | v1/webrtc/token/extend | free | Extend a WebRTC session |
Agent markdown
Show markdown
# dTelecom > Use wallet-authenticated WebRTC voice, speech-to-text, and text-to-speech APIs for AI agents. Supports realtime bidirectional voice sessions, transcription, speech synthesis, low-latency communication, and pay-per-use voice workflows. ## Agent Summary - FQN: `dtelecom/voice` - Category: ai_ml - Operator: dtelecom - Origin: dtelecom - Version: - Endpoints: 16 - Pricing: free ## Service URLs - Gateway: https://x402.dtelecom.org - Source: solana-foundation/pay-skills - Source path: providers/dtelecom/voice/PAY.md - Source skill: pay-skills ## Use Case Use for realtime AI voice conversations, WebRTC calling, speech-to-text transcription, text-to-speech playback, voice agents, audio interfaces, agent-to-user communication, low-latency conversations, and programmable voice workflows. ## Endpoint Table | Method | Path | Pricing | Description | | --- | --- | --- | --- | | GET | v1/account | free | Get account info and balance | | GET | v1/account/sessions | free | Get session list | | GET | v1/account/transactions | free | Get credit transaction history | | POST | v1/agent-session | free | Create a bundled Agent session (WebRTC + STT + TTS) | | POST | v1/agent-session/extend | free | Extend an Agent session | | POST | v1/credits/purchase | free | Purchase credits via x402 payment | | POST | v1/credits/purchase/mpp | free | Purchase credits via MPP payment | | POST | v1/credits/purchase/tron | free | Purchase credits via TRON USDT (Bank of AI x402 facilitator) | | GET | v1/pricing | free | Get current pricing and limits | | GET | v1/servers/status | free | Get server availability by service type | | POST | v1/stt/session | free | Create an STT session | | POST | v1/stt/session/extend | free | Extend an STT session | | POST | v1/tts/session | free | Create a TTS session | | POST | v1/tts/session/extend | free | Extend a TTS session | | POST | v1/webrtc/token | free | Create a WebRTC session | | POST | v1/webrtc/token/extend | free | Extend a WebRTC session |