GET
/v1/schemas/fal/audio/fal-ai%2Fwizper?kind=output
Accept:
Response body
3 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | Transcription 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 tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/wizper","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}