curl --request GET \
--url https://api.zo.computer/pub/prompt/{prompt_id} \
--header 'Authorization: Bearer <token>'{
"prompt": {
"id": "<string>",
"slug": "<string>",
"title": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"emojis": [
"<string>"
],
"author": "<string>",
"unlisted": false
},
"content": "<string>"
}Get a published prompt by its public ID.
curl --request GET \
--url https://api.zo.computer/pub/prompt/{prompt_id} \
--header 'Authorization: Bearer <token>'{
"prompt": {
"id": "<string>",
"slug": "<string>",
"title": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"emojis": [
"<string>"
],
"author": "<string>",
"unlisted": false
},
"content": "<string>"
}