Prompts
Get available prompt categories
GET
/prompts/categoriesAuthorization
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" ]}