GET
/v1/schemas/elevenlabs/audio/v1%2Fforced-alignment?kind=output
Accept:
Response body
3 properties · 3 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| characters* | ForcedAlignmentCharacterResponseModel[] | List of characters with their timing information. | |
| words* | ForcedAlignmentWordResponseModel[] | List of words with their timing information. | |
| loss* | number | The average alignment loss/confidence score for the entire transcript, calculated from all characters. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/forced-alignment","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}