Developers
Point your code at AirDial.
Already using another voice tool? Swap the base URL and key, and keep going. Same calls, fewer dropped lines.
POST /v1/calls
curl https://api.airdial.co/v1/calls \
-H "Authorization: Bearer $AIRDIAL_KEY" \
-d '{
"to": "+15550100142",
"agent_id": "agt_reception",
"from": "+15550100100"
}'Make calls
Start one call or thousands with a single request.
Build agents
Create and update AI voice agents from the API.
Wire webhooks
Take live actions mid-call — look up, book, update.
Buy numbers
Provision local numbers and route them in code.