Documentation

Build with Voxa.

Everything you need to integrate Voxa into your product. REST API, SDKs, webhooks, and guides.

API reference

https://voxaapi.datavonix.com
POST/v1/assistantsCreate an assistant
GET/v1/assistantsList all assistants
GET/v1/assistants/{id}Get assistant by ID
PUT/v1/assistants/{id}Update an assistant
DELETE/v1/assistants/{id}Delete an assistant
POST/v1/callsPlace an outbound call
GET/v1/callsList call logs
GET/v1/calls/{id}Get call by ID
POST/v1/webhooksRegister a webhook
GET/v1/webhooksList webhooks
POST/v1/phone-numbersProvision a number
POST/v1/billing/topupAdd credits
TypeScript
npm install @voxa/sdk
Python
pip install voxa-sdk
Go
go get github.com/voxa/voxa-go
REST API
curl https://voxaapi.datavonix.com/v1/...

Start integrating.

Get your API key and place your first call in minutes.