Skip to main content
GET
/
pub
/
prompts
List All Published Prompts
curl --request GET \
  --url https://api.zo.computer/pub/prompts \
  --header 'Authorization: Bearer <token>'
{
  "prompts": [
    {
      "id": "<string>",
      "title": "<string>",
      "created_at": "<string>",
      "description": "<string>",
      "tags": [
        "<string>"
      ],
      "emojis": [
        "<string>"
      ],
      "author": "<string>"
    }
  ],
  "has_more": true
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

prompts
PublishedPromptSummary · object[]
required
has_more
boolean
required