Whisper 1
Transcribes audio into the input language. This model is powered by our open source Whisper V2 model
API Endpoint
POST `https://audio.siraya.pro/v1/audio/translations``
Request Parameters
Header
| Parameter | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Yes | Your API Key (e.g., Bearer <API_KEY>). |
Body
| Parameter | Type | Default | Description |
|---|---|---|---|
model |
string | - | The model ID: Header. |
input |
string | - | The text to convert to speech. |
voice |
string | - | The voice ID to use. |
output_format |
string | url |
Result format (url or b64_json). |