Object Detection and Tracking API Reference#

This page provides API reference for the Real Time Video Intelligence CV (RTVI-CV) Microservice.

Base URL#

The API is available at:

  • REST API: http://<host>:9000

All API endpoints are prefixed with /api/v1.

API Categories#

The RTVI-CV API is organized into the following categories:

  • Health Check: Liveness, readiness, and startup probes (Kubernetes-compatible)

  • Stream Management: Add, remove, and query video streams dynamically

  • Monitoring: Metrics and telemetry with Prometheus and OpenTelemetry support

  • Metadata: Service version and license information

  • AI/ML Operations: Text embedding generation and other ML capabilities

Reference#