This endpoint is used to trigger text to speech conversion.

It can generate text for Standard & Premium (S&P) voices. The identifiers for these voices look like en-US-JennyNeural.

If you are using PlayHT voices (their identifiers look like larry or a URL), please refer to the Generate Audio From Text endpoint page.


The request body for this /v1/convert endpoint must contain the text to be converted to speech, along with the voice to be used for the conversion.
The response will contain data about the conversion job created in JSON format.

Please provide the text to be converted in the content field. It is an array of plain text strings.

Use the transcriptionId in the response to check the conversion status in the Get Article Conversion Status endpoint endpoint.

Language
Authorization
Click Try It! to start a request and see the response here!