Store

Two paths. One goal: data where you need it.

01

Via the HORIZON platform

HORIZON Smart City and HORIZON Industrial are turnkey solutions with their own dashboard, reporting module and export functions. For municipalities and operators that do not want their own IT integration: ready to use, everything included.

Camera
KINEVA®
HORIZON dashboard
02

Via middleware connector into your system

You already work with ESRI, QGIS, a road management system, an MES or your own platform? KINEVA connectors push detection data straight into your existing system, in the format your system expects. No double capture. No silo solution.

Camera
KINEVA®
Your system
Smart City integration

Municipalities change nothing. HORIZON delivers into your GIS world.

Most cities and municipalities already run GIS systems, road databases or infrastructure registers. KINEVA connectors hand detection data over directly as feature layers, WFS events or database entries.

ESRI ArcGIS

Detections are written as feature layers in ArcGIS Online or Enterprise. Directly visible on the map, no export-import.

QGIS / WFS

Open-source friendly: HORIZON publishes detections as WFS layers or GeoJSON feeds. Ready to use in QGIS projects immediately.

Road management systems

Potholes, cracks and damage are pushed straight as records into your existing road condition or maintenance system.

Custom city portals

Citizen portals, reporting platforms or municipal applications. REST API or webhook integration on request.

Industrial integration

Industrial operations change nothing. HORIZON speaks the language of your plant.

Whether MES, SCADA, ERP or a proprietary platform: HORIZON delivers detection results in the format and protocol your existing infrastructure expects. Operations continue as before.

MES / ERP

Detected defects or contaminants are written as quality events directly into SAP, Siemens Opcenter or comparable systems.

SCADA / OPC-UA

HORIZON publishes detections as OPC-UA variables or MQTT events. Seamless integration into control systems without detours.

REST / Webhook

Any system with an HTTP interface can receive detection results. JSON payload, configurable to your schema.

Straight into your database

PostgreSQL, MSSQL, MySQL or Oracle. HORIZON writes detection results directly into your existing database structure.

How the middleware connector works

KINEVA detects. The connector translates and hands over. Your system receives in its own language.

Camera / Sensor
KINEVA®
Middleware connector
Your system

The connector transforms format, protocol and data structure to your target system. Zero adaptation effort on your side.

Quick Start

One API call is enough. Send an image, receive detections with bounding boxes and confidence scores.

# Erkennung starten — Ergebnis direkt in Ihr System übergeben
curl -X POST https://api.kineva.eu/v1/detect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "road-damage-v2",
    "image": "https://example.com/road.jpg",
    "confidence_threshold": 0.6,
    "output_format": "geojson"
  }'
// GeoJSON-Antwort — direkt als ArcGIS Feature oder QGIS-Layer nutzbar
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": { "type": "Point", "coordinates": [7.6261, 51.5136] },
      "properties": {
        "class": "pothole",
        "severity": "high",
        "confidence": 0.94,
        "timestamp": "2025-05-05T09:12:44Z"
      }
    }
  ]
}

Get started now.

Contact us for API access and individual consultation.

Discuss integration