Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/calls//end
POST /v1/calls/{call_id}/end
curl -X POST https://api.vonative.com/v1/calls/session_abc123/end \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "status": "ended" } }
404