GET
/v1/schemas/fal/audio/async%2Ftts-pro%2Fv1.0?kind=output
Accept:
Response body
3 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| size_bytes* | integer | Size of the audio in bytes. | |
| content_type* | string | MIME type of the audio. | |
| audio* | Audio |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"async/tts-pro/v1.0","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}