API Reference
Every partner endpoint. Authenticate with Authorization: Bearer <key>.
Assistants
Agents in this workspace, with the numbers and variables a call needs.
- GETList assistants
/v1/assistants
Calls
Start a call, then read it back, including its recording.
- GETList calls
/v1/calls - POSTStart a call
/v1/calls - GETGet call
/v1/calls/{call_id} - GETGet call recording
/v1/calls/{call_id}/recording
Messages
SMS and WhatsApp messages.
- GETList messages
/v1/messages - GETGet message
/v1/messages/{message_id}
Threads
Completed SMS and WhatsApp conversations.
- GETList threads
/v1/threads - GETGet thread
/v1/threads/{thread_id}
Webhooks
Events Voicetta POSTs to your server. Not routes you call.
- POSTCall completed
call.completed - POSTCall started
call.started - POSTMessage received
message.received - POSTMessage sent
message.sent - POSTThread completed
thread.completed