Skip to main content
GET
/
models
/
channel
/
{channel_type}
Get Channel Model
curl --request GET \
  --url https://api.zo.computer/models/channel/{channel_type} \
  --header 'Authorization: Bearer <token>'
{
  "model": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

channel_type
string
required

Response

Successful Response

model
string | null
required

The channel-specific model ID, or null if not set (falls back to persona model).