- Base URL:
https://platform.belvedir.ai - Authentication: API key via
Authorization: Bearerorx-api-keyheader. See Authentication. - Endpoints:
- Tracing:
POST /api/v1/traces,POST /api/v1/outcomes - Inference:
POST /api/v1/route/chat/completions(OpenAI-compatible),POST /api/v1/messages(Anthropic-native passthrough),POST /api/v1/route/embeddings, andPOST /api/v1/routefor a routing decision without execution - Batches:
/api/v1/route/batches(create, status, results, cancel, uploads) and the Anthropic-SDK-compatible facade at/api/v1/messages/batches
- Tracing:
Overview
Belvedir REST API Reference: Traces, Outcomes, and Routing
Explore the Belvedir REST API: ingest OpenTelemetry traces, report ground-truth outcomes, ask for routing decisions, and authenticate requests.
The Belvedir REST API accepts OpenTelemetry trace data in OTLP JSON format. The SDK calls it automatically; you rarely need to hit it directly.