v2

latestOpenAPI 3.1.02026-07-313981108.2 KB
Calls

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

OR
OR
OR
OR

Example request

{
  "type": "say",
  "message": "hi there"
}

Response

Successful response

messagestring

Example response

{
  "message": "Call controlled successfully.",
  "data": {
    "success": true
  }
}