Documentation Index
Fetch the complete documentation index at: https://docs.euri.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
POST https://api.euron.one/api/v1/euri/audio/transcriptions
Send as multipart/form-data.
Audio file to transcribe. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav, webm. Max size: 25 MB.
STT model ID. Options: whisper-large-v3, whisper-large-v3-turbo, sarvam-stt. Default: whisper-large-v3-turbo.
Language code (ISO 639-1). Example: "en", "hi", "es".
Output format. Options: "json", "text", "verbose_json". Default: "json".
Sampling temperature for the model. Default: 0.
Optional prompt to guide the transcription style.
Examples
curl -X POST https://api.euron.one/api/v1/euri/audio/transcriptions \
-H "Authorization: Bearer YOUR_EURI_API_KEY" \
-F "[email protected]" \
-F "model=whisper-large-v3-turbo" \
-F "language=en"
Response
{
"text": "Hello, welcome to the EURI API documentation."
}
Pricing
| Model | Price per audio hour | Premium |
|---|
whisper-large-v3 | $0.111 | Yes |
whisper-large-v3-turbo | $0.04 | Yes |
sarvam-stt | $0.33 | Yes |
All STT models are premium and require wallet balance.