GET
/v1/schemas/fal/audio/fal-ai%2Felevenlabs%2Fspeech-to-text
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_url* | string | URL of the audio file to transcribe | |
| diarize | boolean | Whether to annotate who is speaking | default: true |
| language_code | string | Language code of the audio | nullable |
| tag_audio_events | boolean | Tag audio events like laughter, applause, etc. | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/elevenlabs/speech-to-text","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}