GET

/v1/schemas/fal/audio/fal-ai%2Fspeech-to-text%2Fturbo%2Fstream

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

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringLocal filesystem path (or remote URL) to a long audio file
use_pncbooleanWhether to use Canary's built-in punctuation & capitalizationdefault: true

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/turbo/stream","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}