cURL
curl -X GET "https://app.cotool.ai/api/detections/categories" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "categories": [ { "id": "baseline_anomaly", "metadata": { "label": "<string>", "description": "<string>", "intentPlaceholder": "<string>", "intentPrefix": "<string>" } } ] }
Retrieve all available detection categories with their metadata.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response
Array of categories with metadata
Show child attributes
Was this page helpful?