Speech
Create speech
POST
/
v2
/
speech
Copy
Ask AI
curl --request POST \
--url https://tavusapi.com/v2/speech \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"script": "",
"replica_id": ""
}'
Copy
Ask AI
{
"speech_id": "",
"speech_name": "<string>",
"speech_file_url": "<string>"
}
Authorizations
Body
application/json
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://tavusapi.com/v2/speech \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"script": "",
"replica_id": ""
}'
Copy
Ask AI
{
"speech_id": "",
"speech_name": "<string>",
"speech_file_url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.