GET

/v1/schemas/elevenlabs/audio/v1%2Fforced-alignment?kind=output

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

Response body

3 properties · 3 required · 2 $defs
propertytypedescriptionconstraints
characters*ForcedAlignmentCharacterResponseModel[]List of characters with their timing information.
words*ForcedAlignmentWordResponseModel[]List of words with their timing information.
loss*numberThe average alignment loss/confidence score for the entire transcript, calculated from all characters.

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"elevenlabs","endpointId":"v1/forced-alignment","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}