Skip to main content
POST
/
personas
/
active
/
{persona_id}
Set Active Persona For Type
curl --request POST \
  --url https://api.zo.computer/personas/active/{persona_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversation_type": "<string>",
  "agent_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

persona_id
string
required

Body

application/json
conversation_type
string
required
agent_id
string | null

Response

Successful Response

The response is of type Response Setactivepersonafor · object.