Total endpoints
23
Total endpoints
23
Source files
13
| File | Endpoints |
|---|---|
src/gracekelly/api/routes/analytics.py | 1 |
src/gracekelly/api/routes/batch.py | 1 |
src/gracekelly/api/routes/compare.py | 1 |
src/gracekelly/api/routes/consensus.py | 1 |
src/gracekelly/api/routes/debate.py | 1 |
src/gracekelly/api/routes/health_detailed.py | 1 |
src/gracekelly/api/routes/models.py | 2 |
src/gracekelly/api/routes/orchestrate.py | 6 |
src/gracekelly/api/routes/stream.py | 1 |
src/gracekelly/api/routes/pipeline.py | 1 |
src/gracekelly/api/routes/health.py | 5 |
src/gracekelly/api/routes/smart.py | 1 |
src/gracekelly/api/routes/smart_v2.py | 1 |
| Method | Path | Source |
|---|---|---|
| GET | /api/v1/analytics | src/gracekelly/api/routes/analytics.py |
| POST | /api/v1/batch | src/gracekelly/api/routes/batch.py |
| POST | /api/v1/compare | src/gracekelly/api/routes/compare.py |
| POST | /api/v1/consensus | src/gracekelly/api/routes/consensus.py |
| POST | /api/v1/debate | src/gracekelly/api/routes/debate.py |
| GET | /api/v1/health/detailed | src/gracekelly/api/routes/health_detailed.py |
| GET | /api/v1/models | src/gracekelly/api/routes/models.py |
| POST | /api/v1/models/refresh | src/gracekelly/api/routes/models.py |
| POST | /api/v1/orchestrate | src/gracekelly/api/routes/orchestrate.py |
| POST | /api/v1/orchestrate/stream | src/gracekelly/api/routes/stream.py |
| POST | /api/v1/orchestrate/upload | src/gracekelly/api/routes/orchestrate.py |
| POST | /api/v1/pipeline | src/gracekelly/api/routes/pipeline.py |
| GET | /api/v1/readiness | src/gracekelly/api/routes/health.py |
| POST | /api/v1/smart | src/gracekelly/api/routes/smart.py |
| POST | /api/v1/smart/v2 | src/gracekelly/api/routes/smart_v2.py |
| GET | /api/v1/tasks | src/gracekelly/api/routes/orchestrate.py |
| GET | /api/v1/tasks/{task_id} | src/gracekelly/api/routes/orchestrate.py |
| GET | /api/v1/tasks/{task_id}/export | src/gracekelly/api/routes/orchestrate.py |
| POST | /api/v1/tasks/{task_id}/retry | src/gracekelly/api/routes/orchestrate.py |
| GET | /health | src/gracekelly/api/routes/health.py |
| GET | /healthz/live | src/gracekelly/api/routes/health.py |
| GET | /healthz/ready | src/gracekelly/api/routes/health.py |
| GET | /metrics | src/gracekelly/api/routes/health.py |