Skip to main content

Creating a developer account

Go to kollie.ai and sign up for an account. Once you’ve done that, you’ll be able to access your API key.

Creating your first phone call

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",
  }'