POST https://api.agentvoice.com/api/agents/call
Content-Type: application/json x-api-key: your-api-key x-organization-id: your-organization-id
{ "agentId": "uuid-of-the-agent", "phoneNumber": "+1XXXXXXXXXX", "notes": "Optional notes for context in this call" }
{ "message": "Call initiated successfully", "callId": "b7f2d8e1-6c3a-4d5b-9e8f-1a2b3c4d5e6f", "agentName": "Sales Assistant", "contactName": "John Doe", "phoneNumber": "+15551234567" }