← Architecture · Next: Deployment →
- Swagger UI:
http://localhost:5001/docs - ReDoc:
http://localhost:5001/redoc
| Method | Path | Description |
|---|---|---|
| GET | /health |
Liveness probe |
| GET | /docs |
Swagger UI |
| GET | /redoc |
ReDoc UI |
The canonical OpenAPI contract lives at
MUNENE1212/ardalink-api/lib/api-spec/openapi.yaml.
This service consumes the generated Pydantic models (Phase 3).