Voicetta
    Voicetta.

    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 completedcall.completed
    • POSTCall startedcall.started
    • POSTMessage receivedmessage.received
    • POSTMessage sentmessage.sent
    • POSTThread completedthread.completed