v1

latestOpenAPI 3.0.02026-07-13316378.3 KB
Call

/v0.1/RecordStart/

Initiates recording of a given call

post/v0.1/RecordStart/

Response

Response

Message'RecordStart Executed' | 'CallUUID Parameter must be present' | 'FileFormat Parameter must be' | 'RecordStart Failed: invalid TimeLimit' | 'RecordStart Failed -- Call not found' | 'RecordStart Failed' required

Response message

RecordFilestring required

Directory path/URI where the recording file will be saved

Successboolean required

Whether the request was successful or not

Example response

{
  "Message": "RecordStart Executed",
  "RecordFile": "/tmp/recordings/sample.wav",
  "Success": true
}