GET

/v1/schemas/fal/audio/fal-ai%2Fspeech-to-text?kind=output

kind outputactivity audiohash 87a3f528extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
output*stringThe partial or final transcription output from Canary
partialbooleanIndicates if this is a partial (in-progress) transcriptdefault: false

Validate a payload

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