Transcribe audio files to text using ASR (Automatic Speech Recognition) models.Documentation Index
Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 |