Set the model preference for a specific channel (sms or email).
cURL
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 }
Zo API key (zo_sk_...)
Model ID for this channel. Pass null or empty to clear (falls back to persona model).
Successful Response
True if the operation completed successfully