Endpoints (Transition)
The old "Endpoints" page has been retired. We are migrating APIs to FastAPI and will publish auto-generated API docs as part of that migration.
What to Use Right Now
Route Lookup
If you are trying to find which handler/template serves a URL, it's best to search the codebase for the URL pattern.
Import Endpoints
If you are working with import APIs, start here:
FastAPI API Docs (Upcoming)
Once FastAPI auto-generated docs are live, this page will link directly to them and replace this transition guidance.