cURL
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" ] } '
Sends an audio to a list of users identified by their external IDs via WebSocket.
Audio ID to broadcast
List of external user IDs to broadcast the audio to
["ext-user-1", "ext-user-2"]
Broadcast completed
Was this page helpful?