Speech-to-Text
Transcribe audio files to text using ASR (Automatic Speech Recognition) models.Endpoint
Basic Usage
Parameters
| Parameter | Type | Description |
|---|---|---|
model | string | Model ID (required) |
file | file | Audio file (required). Sent as multipart form data. |
Response
| Field | Type | Description |
|---|---|---|
text | string | The transcribed text |
duration | number | Audio duration in seconds |
language | string | Detected language code |