Narev Cloud exposes three families of HTTP APIs. All APIs authenticate with a bearer token and return JSON responses.Documentation Index
Fetch the complete documentation index at: https://narev.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Include your API key as a bearer token in every request:Endpoint overview
Pricing
| Method | Path | Description |
|---|---|---|
GET | /api/models/pricing | List pricing for all models in the catalog |
POST | /api/models/pricing/calculate | Calculate cost for a model call |
Applications
| Method | Path | Description |
|---|---|---|
POST | /api/applications/{application_id}/v1/chat/completions | Send a chat completion to a specific A/B test |
POST | /api/applications/{application_id}/quality | Submit a custom quality metric for a response |