API Reference
API Reference
Section titled “API Reference”Complete reference for the Kopai API.
OpenTelemetry Protocol (OTLP)
Section titled “OpenTelemetry Protocol (OTLP)”Kopai accepts telemetry data via OTLP, the native protocol for OpenTelemetry.
Endpoints
Section titled “Endpoints”| Signal | HTTP Endpoint | gRPC Endpoint |
|---|---|---|
| Traces | https://otlp.kopai.app/v1/traces | otlp.kopai.app:443 |
| Logs | https://otlp.kopai.app/v1/logs | otlp.kopai.app:443 |
| Metrics | https://otlp.kopai.app/v1/metrics | otlp.kopai.app:443 |
Authentication
Section titled “Authentication”All requests require a bearer token:
Authorization: Bearer YOUR_TOKENRequest Format
Section titled “Request Format”- HTTP: JSON or Protobuf
- gRPC: Protobuf
REST API
Section titled “REST API”Documentation for the Kopai management REST API coming soon.