Skip to main content
POST
/
models
Set User Models
curl --request POST \
  --url https://api.zo.computer/models/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chat_model": "<string>",
  "greeting_model": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json
chat_model
string | null
greeting_model
string | null

Response

Successful Response

The response is of type Response Setusermodels · object.