GET
/v1/schemas/fal/audio/fal-ai%2Fspeech-to-text%2Fturbo?kind=output
Accept:
Response body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| output* | string | The partial or final transcription output from Canary | |
| partial | boolean | Indicates if this is a partial (in-progress) transcript | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/speech-to-text/turbo","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}