Transcriptions
Use transcriptions to convert uploaded audio into text.
POST /v1/audio/transcriptions
Request
curl https://api.voxvey.com/v1/audio/transcriptions \
-H "Authorization: Bearer $VOXVEY_TOKEN" \
-F "model=openai/whisper-1" \
-F "[email protected]"
Required fields
| Field | Type | Notes |
|---|---|---|
model | string | Provider-prefixed transcription model ID |
file | file | Audio upload |
Notes
- The route accepts
multipart/form-data. xai/grok-sttis supported for xAI speech-to-text.- Translation to English is available at
POST /v1/audio/translationsfor supported models.