Skip to main content
GET
/
pub
/
persona
/
{pub_id}
Get Published Persona
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>"
  }
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

pub_id
string
required

Response

Successful Response

persona
PublishedPersonaMeta · object
required