GET
/v1/schemas/fal/audio/fal-ai%2Faudio-understanding
Accept:
Request body
3 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The question or prompt about the audio content. | length ≥ 1 · length ≤ 10000 |
| audio_url* | string | URL of the audio file to analyze | |
| detailed_analysis | boolean | Whether to request a more detailed analysis of the audio | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/audio-understanding","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}