List all configured personas. When authenticated with an API key, returns personas for the key owner.
cURL
curl --request GET \ --url https://api.zo.computer/personas/available \ --header 'Authorization: Bearer <token>'
{ "personas": [ { "id": "<string>", "name": "<string>", "prompt": "<string>", "model": "<string>", "image": "<string>" } ] }
Zo API key (zo_sk_...)
Successful Response
List of configured personas
Show child attributes