API¶
This section documents the current backend API, the auth model, the PDF flow, and the known gaps in the deployed test environment.
Start Here¶
- API overview
- Authentication
- Projects
- Sessions
- PDF delivery
- Activity tracking
- Requirement coverage and gaps
Base URL¶
Use {BASE_URL} in examples. If you need a concrete host for sample requests, use https://api.example.com.
What This Covers¶
- Health and readiness checks
- Public probes and error samples
- Bearer auth for protected routes
- Project and anonymous session flows
- PDF generation and public file download
- Activity tracking for API requests and key user actions
- Requirement coverage plus known gaps