Skip to main content

Audios

Upload and manage audio files used for IVR prompts, hold music, voicemail greetings, and other call flow audio components.

Endpoints

MethodEndpointDescription
GET/audiosList all audio files
GET/audios/:idGet audio file details
POST/audiosUpload an audio file
PATCH/audios/:idUpdate audio metadata
DELETE/audios/:idDelete an audio file

Supported Formats

  • WAV (recommended)
  • MP3
  • OGG
info

Detailed request/response schemas will be added based on the API implementation.