API reference
Personas
List the personas available in your workspace.
GET /personas/available#
List your configured personas. Use the returned id values with the persona_id parameter in POST /zo/ask to override the active persona.
Response#
personasarrayList of configured personas.
personas[].idstringThe value to pass to persona_id in /zo/ask.
personas[].namestringDisplay name for the persona.
personas[].promptstringSystem prompt defining the persona's behavior.
personas[].modelstring | nullAI model ID, or null for the system default.
personas[].imagestring | nullAvatar image URL.