Skip to content
OpenPostDocs
OpenPostDocs
Prompts

Get available prompt categories

GET/prompts/categories

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/prompts/categories"
{  "$schema": "https://example.com/api/v1/schemas/GetPromptCategoriesOutputBody.json",  "categories": [    "string"  ]}