Skip to main content

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" \

Required fields

FieldTypeNotes
modelstringProvider-prefixed transcription model ID
filefileAudio upload

Notes

  • The route accepts multipart/form-data.
  • xai/grok-stt is supported for xAI speech-to-text.
  • Translation to English is available at POST /v1/audio/translations for supported models.