Webhooks & API
Every call, an event in your stack
A full REST API and signed webhooks stream every call event to your infrastructure in real time — to drive and automate everything.
Real-time events
Call started, transcript, call ended: every step fires a webhook.
Signed and secure
Verify the signature of every payload before you trust it.
Full REST API
Place calls, manage numbers and read results over the API.
{
"event": "call.completed",
"phone_call_id": "pc_8f2a91",
"status": "completed",
"duration_seconds": 142,
"recipient_phone_number": "+33612345678",
"summary": "Lead qualified — demo booked for Thursday at 2pm.",
"transcript_url": "https://api.phonevoice.ai/api/v1/calls/pc_8f2a91/transcript",
"structured_data": {
"qualified": true,
"appointment": "2026-06-12T14:00:00+02:00"
}
}
Explore next
Ready to give your apps a voice?
Create your developer account and place your first call in minutes.