Skip to main content
POST
/
api
/
v1
/
integration
/
audio
/
{id}
/
send
Broadcast audio
curl --request POST \
  --url https://api.example.com/api/v1/integration/audio/{id}/send \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "externalIds": [
    "ext-user-1",
    "ext-user-2"
  ]
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

id
number
required

Audio ID to broadcast

Body

application/json
externalIds
string[]
required

List of external user IDs to broadcast the audio to

Example:
["ext-user-1", "ext-user-2"]

Response

Broadcast completed