thru.ai — One API for the entire voice stack
Replace Twilio, Deepgram, ElevenLabs, and OpenAI with a single API. Deploy production voice agents in minutes with one key and one bill.
For AI Agents & Developers
Quick Start
Step 1: Provision an account
POST https://thru.ai/api/v1/public/accounts/provision
Content-Type: application/json
{"email":"you@example.com","organizationName":"My Company"}
Step 2: Verify with the emailed code
POST https://thru.ai/api/v1/public/accounts/verify
Content-Type: application/json
{"email":"you@example.com","code":"123456","organizationName":"My Company"}
Then authenticate all requests with: X-API-Key: sk_live_...
Learn More