GET

/v1/schemas/fal/audio/fal-ai%2Felevenlabs%2Fspeech-to-text%2Fscribe-v2

kind inputactivity audiohash 13eaf71fextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

5 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringURL of the audio file to transcribe
diarizebooleanWhether to annotate who is speakingdefault: true
language_codestringLanguage code of the audionullable
keytermsstring[]Words or sentences to bias the model towards transcribing. Up to 100 keyterms, max 50 characters each. Adds 30% premium over base transcription price.items ≤ 100 · default: []
tag_audio_eventsbooleanTag audio events like laughter, applause, etc.default: true

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/elevenlabs/speech-to-text/scribe-v2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}