GET

/v1/schemas/elevenlabs/audio/v1%2Fforced-alignment

kind inputactivity audiohash eae03381extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
file*stringThe file to align. All major audio formats are supported. The file size must be less than 1GB.format: binary
text*stringThe text to align with the audio. The input text can be in any format, however diarization is not supported at this time.

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", …}]}