curl --request GET \
--url https://api.zo.computer/pub/persona/{pub_id} \
--header 'Authorization: Bearer <token>'{
"persona": {
"id": "<string>",
"name": "<string>",
"prompt": "<string>",
"model": "<string>",
"image": "<string>",
"author": "<string>"
}
}Get a published persona by its public ID.
curl --request GET \
--url https://api.zo.computer/pub/persona/{pub_id} \
--header 'Authorization: Bearer <token>'{
"persona": {
"id": "<string>",
"name": "<string>",
"prompt": "<string>",
"model": "<string>",
"image": "<string>",
"author": "<string>"
}
}