Get started with Kollie’s API in under five minutes
curl -X POST 'https://api.kollie.ai/api/v1/agents/{agent_id}/call' \ -H "X-API-Key: your_api_token" \ -H 'Content-Type: application/json' \ -d '{ "to_phone": "+1234567890", }'