Skip to main content
POST
Play audio to a member
Use this endpoint to queue an audio file for one or more conference members. Vobiz fetches the file from the supplied URL and targets the member IDs in the request path.
Authentication required:
  • X-Auth-ID - Your account ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Privacy: Audio is played exclusively to the targeted member(s). Other conference participants will not hear the audio being played.
Supported Formats: MP3, WAV. Audio files must be accessible via HTTPS URL.
The member_id can be a specific member ID, a comma-separated list, or all to play audio to all members.

Request Parameters

Response

Response - 202 Accepted

Examples

Common Use Cases:
  • Play hold music while waiting
  • Deliver private announcements to specific members
  • Play instructions or prompts during the conference
  • Broadcast alerts or notifications to all participants

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

conference_name
string
required
member_id
string
required

Body

application/json
url
string
required

URL of the audio file to play

Example:

"https://example.com/audio.mp3"

Response

202 - application/json

Audio playback queued