Start recording
POST
/ v1 / calls / {id} / recording / start Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Responses
Started
ok boolean required callId string required startedAt string curl --request POST \
--url "http://127.0.0.1:7880/v1/calls/{id}/recording/start" \
--header "Authorization: Bearer YOUR_API_KEY"{
"ok": true,
"callId": "<string>",
"startedAt": "<string>"
}