Audios
Upload and manage audio files used for IVR prompts, hold music, voicemail greetings, and other call flow audio components.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /audios | List all audio files |
GET | /audios/:id | Get audio file details |
POST | /audios | Upload an audio file |
PATCH | /audios/:id | Update audio metadata |
DELETE | /audios/:id | Delete an audio file |
Supported Formats
- WAV (recommended)
- MP3
- OGG
info
Detailed request/response schemas will be added based on the API implementation.