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>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.