GET
/v1/schemas/fal/audio/fal-ai%2Felevenlabs%2Ftts%2Fturbo-v2.5?kind=output
Accept:
Response body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| audio* | File | The generated audio file | |
| timestamps | any[] | Timestamps for each word in the generated speech. Only returned if `timestamps` is set to True in the request. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/elevenlabs/tts/turbo-v2.5","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}