The Recording API lets you manage recordings stored in your Vobiz account. Retrieve recording details including storage duration and billing information, list recordings with advanced filtering options, and delete recordings when they are no longer needed.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Capabilities
- Call Recordings - Manage recordings from regular voice calls with detailed metadata.
- Conference Recordings - Access recordings from conference calls and multiparty calls.
- Storage Management - Track storage duration and associated monthly costs.
- File Formats - Recordings are available in MP3 and WAV formats.
Important: Recordings are stored securely and accessible via HTTPS URLs. Storage costs are calculated monthly based on the recording duration and storage time.
API Endpoint
Base URLBase URL
Recording Base URI
Authentication required:
X-Auth-ID- Your account ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
Available Operations
| Method | Operation | Description |
|---|---|---|
| OBJECT | The Recording object | Complete structure and attributes of a Recording object including storage and billing details. |
| GET | Retrieve a recording | Get details of a specific recording based on its recording ID. |
| GET | List all recordings | Retrieve a list of all recordings with extensive filtering options. |
| GET | Download a recording | Step-by-step guide to download physical recording files and resolve playback issues. |
| DELETE | Delete a recording | Permanently delete a specific recording from your account. |
| POST | Export historical recordings | Export recordings as a downloadable archive sent via email (async operation). |
| DELETE | Bulk delete recordings | Delete multiple recordings matching filter criteria (async operation). |