v1

latestOpenAPI 3.1.02026-07-24200331.1 KB

Custom Vector Events API

post/events-custom/{feedName}.{format}

Path parameters

feedNamestring required

The nama of your custom feed

formatstring required

'json' or 'geojson' are supported

Headers

Accept-Encodingstring

Request body

timeRangeobject

Duration to get the feed results for. Times should follow the ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)

geofenceobject

Fields: geojsonGeometry (object; required) – Valid GeoJSON geometry (e.g., Polygon or MultiPolygon). type (string; required) – The GeoJSON geometry type (e.g., "Polygon"). coordinates (array; required) – The coordinates defining the polygon.

attributesobject

insightId (string) – The unique ID of the triggered insight. insightName (string) – The name of the insight. locationId (string) – An identifier for the location category. severity (string) – The severity of the event. insightDescription (string) – The textual description of the insight.

Response

200