GET
/v1/schemas/elevenlabs/audio/v1%2Fforced-alignment
Accept:
Request body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| file* | string | The file to align. All major audio formats are supported. The file size must be less than 1GB. | format: binary |
| text* | string | The 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 tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/forced-alignment","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}