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#

personasarray

List of configured personas.

personas[].idstring

The value to pass to persona_id in /zo/ask.

personas[].namestring

Display name for the persona.

personas[].promptstring

System prompt defining the persona's behavior.

personas[].modelstring | null

AI model ID, or null for the system default.

personas[].imagestring | null

Avatar image URL.