> ## 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.

# Vobiz Recordings API – Call & Conference Recording Management

> List, retrieve, download, and delete Vobiz call and conference recordings via REST API - with bulk export, compliance-grade storage, per-recording metadata, and INR billing for India.

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.

<Info>
  **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.
</Info>

<Info>
  **Important:** Recordings are stored securely and accessible via HTTPS URLs. Storage costs are calculated monthly based on the recording duration and storage time.
</Info>

## API Endpoint

**Base URL**

```text Base URL theme={null}
https://api.vobiz.ai/api/v1
```

**Recording Base URI**

```text Recording Base URI theme={null}
https://api.vobiz.ai/api/v1/Account/{auth_id}/Recording/
```

<Info>
  **Authentication required:**

  * `X-Auth-ID` - Your account ID (e.g., `{auth_id}`)
  * `X-Auth-Token` - Your account Auth Token
  * `Content-Type: application/json`
</Info>

## Available Operations

| Method | Operation                                                               | Description                                                                                    |
| ------ | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| OBJECT | [The Recording object](/recording/recording-object)                     | Complete structure and attributes of a Recording object including storage and billing details. |
| GET    | [Retrieve a recording](/recording/retrieve-recording)                   | Get details of a specific recording based on its recording ID.                                 |
| GET    | [List all recordings](/recording/list-all-recordings)                   | Retrieve a list of all recordings with extensive filtering options.                            |
| GET    | [Download a recording](/recording/download-recording)                   | Step-by-step guide to download physical recording files and resolve playback issues.           |
| POST   | [Export historical recordings](/recording/export-historical-recordings) | Export recordings as a downloadable archive sent via email (async operation).                  |

<Warning>
  **Note:** Vobiz automatically rounds recording durations to the nearest 60-second interval. Recordings shorter than 60 seconds are rounded up to 60 seconds for billing purposes.
</Warning>
