Skip to main content
GET
/
pub
/
prompts
/
list
List Published Prompts
curl --request GET \
  --url https://api.zo.computer/pub/prompts/list \
  --header 'Authorization: Bearer <token>'
{
  "published": [
    {
      "id": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Query Parameters

source_path
string
required

Response

Successful Response

published
PublishedItem · object[]
required