Try a call

Create a call

POST / v1 / calls

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Request body

recordingbooleandefault: false

Responses

Created

id string required
recording boolean required
curl --request POST \
  --url "http://127.0.0.1:7880/v1/calls" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{}'
{
  "id": "<string>",
  "recording": true
}

Type to search…

↑↓ navigate open esc close