Start generating

Text to speech

This endpoint will start a new task to generate speech from text.

post/v1/text_to_speech

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Request body

promptTextstring required

A non-empty string up to 1000 characters (measured in UTF-16 code units). This should describe in detail what should appear in the output.

model'eleven_multilingual_v2' required

Response

The task that was created.

idstring uuid required

The ID of the task that was created. Use this to retrieve the task later.

Changes