Text to Speech

Generate Speech

Converts text into spoken audio and returns it as a streaming WAV audio file.

post/tts/v1/generate_speech

Headers

X-Request-Idstring

Request body

textstring required

Text to be spoken (Max length limit is 400. Contact support@exh.ai to request an increase)

Example request

{
  "text": "Hey there! I've been watching a movie!"
}

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.