Live API Reference¶
Interactive API documentation generated directly from the source code.
Interactive API Explorer¶
About This Reference
This Swagger UI is auto-generated from the OpenAPI specification. It always reflects the current state of the API.
Alternative Documentation Formats¶
-
ReDoc
Clean, readable three-panel API reference.
-
OpenAPI JSON
Raw OpenAPI 3.0 specification for SDK generation.
Generate Client SDKs¶
Use the OpenAPI spec to auto-generate client libraries:
Schema Reference¶
All schemas are auto-generated from Pydantic models:
| Schema | Source File | Description |
|---|---|---|
DiagnosisResponse |
app/schemas/diagnosis.py |
Main response |
DiagnosisDetail |
app/schemas/diagnosis.py |
Diagnosis hypothesis |
Treatment |
app/schemas/diagnosis.py |
Treatment plan |
BoundingBox |
app/schemas/diagnosis.py |
Detection coordinates |
Single Source of Truth
When developers update the Pydantic models in the code, this documentation updates automatically. No manual sync required.