KINEVA delivers AI detection data to the HORIZON platform, which acts as a transparent middleware layer. Your existing integrations to ESRI ArcGIS, QGIS, road management systems, or industrial platforms stay untouched. HORIZON translates and forwards. No migration. No rebuild.
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.
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.
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.
Detections are written as feature layers in ArcGIS Online or Enterprise. Directly visible on the map, no export-import.
Open-source friendly: HORIZON publishes detections as WFS layers or GeoJSON feeds. Ready to use in QGIS projects immediately.
Potholes, cracks and damage are pushed straight as records into your existing road condition or maintenance system.
Citizen portals, reporting platforms or municipal applications. REST API or webhook integration on request.
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.
Detected defects or contaminants are written as quality events directly into SAP, Siemens Opcenter or comparable systems.
HORIZON publishes detections as OPC-UA variables or MQTT events. Seamless integration into control systems without detours.
Any system with an HTTP interface can receive detection results. JSON payload, configurable to your schema.
PostgreSQL, MSSQL, MySQL or Oracle. HORIZON writes detection results directly into your existing database structure.
KINEVA detects. The connector translates and hands over. Your system receives in its own language.
The connector transforms format, protocol and data structure to your target system. Zero adaptation effort on your side.
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" } } ] }
Contact us for API access and individual consultation.