GET

/v1/schemas/fal/audio/fal-ai%2Faudio-understanding

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

Request body

3 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe question or prompt about the audio content.length ≥ 1 · length ≤ 10000
audio_url*stringURL of the audio file to analyze
detailed_analysisbooleanWhether to request a more detailed analysis of the audiodefault: false

Validate a payload

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