curl --request GET \
--url https://api.zo.computer/pub/personas \
--header 'Authorization: Bearer <token>'{
"personas": [
{
"id": "<string>",
"name": "<string>",
"prompt_preview": "<string>",
"image": "<string>",
"author": "<string>"
}
]
}List all publicly published personas.
curl --request GET \
--url https://api.zo.computer/pub/personas \
--header 'Authorization: Bearer <token>'{
"personas": [
{
"id": "<string>",
"name": "<string>",
"prompt_preview": "<string>",
"image": "<string>",
"author": "<string>"
}
]
}