API Reference
RESTful API endpoints for the AIVAON platform. All endpoints require authentication via Bearer token unless otherwise noted.
Base URL:
https://api.aivaon.comVersion: v1Authentication
POST
/api/v1/auth/loginPOST
/api/v1/auth/registerPOST
/api/v1/auth/refreshGET
/api/v1/auth/meVoice Agents
GET
/api/v1/voice-agentsPOST
/api/v1/voice-agentsGET
/api/v1/voice-agents/{id}PUT
/api/v1/voice-agents/{id}DELETE
/api/v1/voice-agents/{id}Calls
POST
/api/v1/calls/outboundGET
/api/v1/calls/activeGET
/api/v1/calls/{id}POST
/api/v1/calls/{id}/hangupTelephony
GET
/api/v1/telephony/numbersPOST
/api/v1/telephony/numbers/purchasePOST
/api/v1/telephony/sip/registerSpeech & TTS
POST
/api/v1/tts/synthesizePOST
/api/v1/asr/transcribeGET
/api/v1/tts/voicesAnalytics
GET
/api/v1/analytics/dashboardGET
/api/v1/analytics/callsGET
/api/v1/analytics/agentsFull interactive documentation
Explore endpoints with request/response examples, try them live, and generate SDK code.
Open Docs