GET
/v1/schemas/fal/audio/fal-ai%2Fspeech-to-text
Accept:
Request body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_url* | string | Local filesystem path (or remote URL) to a long audio file | |
| use_pnc | boolean | Whether to use Canary's built-in punctuation & capitalization | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/speech-to-text","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}