GET

/v1/schemas/elevenlabs/audio/v1%2Ftext-to-dialogue%2Fstream%2Fwith-timestamps?kind=output

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

Response body

4 properties · 2 required · 2 $defs
propertytypedescriptionconstraints
audio_base64*stringBase64 encoded audio data
voice_segments*VoiceSegment[]Voice segments for the audio
alignmentCharacterAlignmentResponseModelTimestamp information for each character in the original textnullable
normalized_alignmentCharacterAlignmentResponseModelTimestamp information for each character in the normalized textnullable

Validate a payload

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