Skip to main content
GET
/
api
/
intelligence
/
v1
/
classify-event
ClassifyEvent
curl --request GET \
  --url https://api.example.com/api/intelligence/v1/classify-event
{
  "classification": {
    "category": "<string>",
    "subcategory": "<string>",
    "severity": "SEVERITY_LEVEL_UNSPECIFIED",
    "confidence": 0.5,
    "analysis": "<string>",
    "entities": [
      "<string>"
    ]
  }
}

Query Parameters

title
string

Event title or headline.

description
string

Event description or body text.

source
string

Event source (e.g., "reuters", "acled").

country
string

Country context (ISO 3166-1 alpha-2).

Response

Successful response

ClassifyEventResponse contains the AI-generated event classification.

classification
object

EventClassification represents an AI-generated classification of a real-world event.