GET

/v1/schemas/fal/audio/fal-ai%2Fsmart-turn

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

Request body

1 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringThe URL of the audio file to be processed.

Validate a payload

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