GET

/v1/schemas/fal/audio/fal-ai%2Fwizper?kind=output

kind outputactivity audiohash 683acfa9extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
text*stringTranscription of the audio file
chunks*WhisperChunk[]Timestamp chunks of the audio file
languages*enum[]List of languages that the audio file is inferred to be. Defaults to null.

Validate a payload

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