Auto-dial up to 10 numbers in parallel
Enterprise-grade call management
AI-powered insights and dashboards
Maximize connection rates
Automated text messaging platform
AI call analysis and coaching

# Make A Call

The Make A Call API allows you to make an outbound call to a specified phone number. The call will begin by calling the Kixie agent. Once the agent picks up the phone call, the call will be initiated to the specified outbound number. This is very useful for speed-to-lead calls and other use cases.

```bash
curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "xxxxx",
  "email": "cmarshall@kixie.com",
  "target": "18506798788",
  "displayname": "test 1234",
  "eventname": "call",
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'
```
