PATCH
/
v2
/
personas
/
{persona_id}
/
context
curl --request PATCH \
  --url https://tavusapi.com/v2/personas/{persona_id}/context \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "context": "This is some new context for the persona."
}'

Authorizations

x-api-key
string
header
required

Path Parameters

persona_id
string
required

Body

application/json
context
string

The context that will be used by the llm. This will replace the existing context.