v1
latestOpenAPI 3.0.12026-07-2691137122.3 KBCallingService
Create Call
post/api/v1/calling/create-call
Request body
Example request
{
"type": "outbound_call",
"agent_id": "<string>",
"from_phone_number": "<string>",
"to_phone_number": "<string>",
"metadata": {},
"prompt_dynamic_variables": {}
}Response
Successful response
Example response
{
"success": true,
"message": "call created successfully",
"access_token": "<string>",
"room_id": "call_019eb7e0-075d-742b-91ea-94cddde0534a",
"session_id": "019eb7e0-075d-742b-91ea-94cddde0534a",
"url": "<string>"
}