POST
/
v2
/
speech
curl --request POST \
  --url https://tavusapi.com/v2/speech \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "script": "",
  "replica_id": ""
}'
{
  "speech_id": "",
  "speech_name": "<string>",
  "speech_file_url": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

The response is of type object.