Audio2Text
The Audio2Text API provides two distinct paths for converting audio to text, designed to accommodate different application architectures and data handling preferences. You can either use a Two-Stage, Asynchronous Upload and Process workflow or a One-Step, Direct File Process workflow. The diagram illustrates both models and their essential endpoints. Workflow 1: Asynchronous Two-Stage Processing…
Audio2Text endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/api/v1/process_ref/{uploadId} /api/v1/process_ref/{uploadId} |
This process the uploadId that is obtain after POST /api/v1/upload |
| POST |
/api/v1/upload /api/v1/upload |
This is to upload the file |
| POST |
/api/v1/process_file /api/v1/process_file |
In case you want to process directly the file, you can skip upload and call this endpoint |
Audio2Text pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA Recommended | $40 / month | — |
|