Skip to main content
POST
/
models
/
channel
/
{channel_type}
Set Channel Model
curl --request POST \
  --url https://api.zo.computer/models/channel/{channel_type} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

channel_type
string
required

Body

application/json
model
string | null

Model ID for this channel. Pass null or empty to clear (falls back to persona model).

Response

Successful Response

success
boolean
required

True if the operation completed successfully