cURL
curl --request PATCH \ --url https://tavusapi.com/v2/replicas/{replica_id}/name \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "replica_name": "Rio" } '
{ "error": "Invalid replica_id" }
This endpoint renames a single Replica by its unique identifier.
The unique identifier of the persona.
"rf3073f2dcc1"
"Rio"
OK