Developer
API
Trigger AI calls, receive results, generate voice notes, and retrieve call analytics through one straightforward REST API.
Trigger a call
curl --request POST \
'https://api.callbook.ai/'\
'crm/webhook/new_call/api/'\
'YOUR_ASSISTANT_ID' \
--header 'Authorization: Bearer
YOUR_TOKEN' \
--data '{
"phone": "+14155552671",
"name": "John Doe"
}'
Trigger callsLaunch a call with an assistant and customer context.
Receive webhooksSend outcomes and structured results to your systems.
Query analyticsRetrieve call volume, duration, and outcome data.
API reference
Everything you need to authenticate, send your first request, and connect Callbook AI to your existing stack.
REST API