PATCH
/
v2
/
speech
/
{speech_id}
/
name
Rename Speech
curl --request PATCH \
  --url https://tavusapi.com/v2/speech/{speech_id}/name \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "speech_name": "First Speech"
}'
This response has no body data.

Authorizations

x-api-key
string
header
required

Path Parameters

speech_id
string
required

The unique identifier of the speech.

Example:

"sda06a0f4256"

Body

application/json