v2
latestOpenAPI 3.1.02026-07-313981108.2 KBCalls
Control Call
This API will allow you to control the call.
post/calls/v1/conversations/{id}/control
Path parameters
idstring required
Unique identifier of the call
Request body
Example request
{
"type": "say",
"message": "hi there"
}Response
Successful response
Example response
{
"message": "Call controlled successfully.",
"data": {
"success": true
}
}