Labs
Create TTS Task
Create a Text-to-Speech task with Labs.
post/v1/labs/task
Request body
Example request
{
"input": "Xin chào, đây là GenAIPro",
"model_id": "eleven_multilingual_v2"
}Response
Task created
Example response
{
"task_id": "abc123-def456"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.