Skip to main content
POST
/
v1
/
voice
/
calls
Initiate a branded call
curl --request POST \
  --url https://api.revdesk.com/v1/voice/calls \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caller_id": "<string>",
  "destination": "<string>",
  "record": true,
  "metadata": {}
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Body

application/json
caller_id
string
required
Minimum string length: 1
destination
string
required
Minimum string length: 1
record
boolean
metadata
object

Response

Success

The response is of type object.