Realtime
Accept call
Accept an incoming SIP call and configure the realtime session that will handle it.
post/realtime/calls/{call_id}/accept
Path parameters
call_idstring required
The identifier for the call provided in the realtime.call.incoming webhook.
Request body
Example request
{
"audio": {
"output": {
"voice": {
"id": "voice_1234"
}
}
}
}Response
Call accepted successfully.