GET

/v1/schemas/fal/audio/fal-ai%2Felevenlabs%2Ftts%2Fmultilingual-v2?kind=output

kind outputactivity audiohash a0091db2extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
audio*FileThe generated audio file
timestampsany[]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 tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/elevenlabs/tts/multilingual-v2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}