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
}List all publicly 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
}Zo API key (zo_sk_...)
1 <= x <= 100x >= 0