Skip to content

API Reference

Complete reference for the Kopai API.

Kopai accepts telemetry data via OTLP, the native protocol for OpenTelemetry.

SignalHTTP EndpointgRPC Endpoint
Traceshttps://otlp.kopai.app/v1/tracesotlp.kopai.app:443
Logshttps://otlp.kopai.app/v1/logsotlp.kopai.app:443
Metricshttps://otlp.kopai.app/v1/metricsotlp.kopai.app:443

All requests require a bearer token:

Authorization: Bearer YOUR_TOKEN
  • HTTP: JSON or Protobuf
  • gRPC: Protobuf

Documentation for the Kopai management REST API coming soon.