File size: 520 Bytes
c612e6c f994682 c612e6c f994682 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
title: ACRA API
emoji: ๐
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
# ACRA API โ NurricAI
**Adaptive Contextual Retrieval Architecture** โ intelligent RAG as an API.
## Auth
```
X-API-Key: nacra-your-key
```
## Endpoints
| Method | Route | Description |
|--------|-------|-------------|
| GET | `/health` | Health check |
| GET | `/docs` | Swagger UI |
| POST | `/v1/ingest` | Index documents |
| POST | `/v1/query` | Query with ACRA + Gemma 27B |
| GET | `/v1/usage` | Credit balance |
|