APIRouter to organize endpoints by domainresponse_model to control output| Term | Definition |
|---|---|
| ASGI | Asynchronous Server Gateway Interface — standard for async Python web apps |
| WSGI | Web Server Gateway Interface — synchronous standard (Flask, Django) |
| Pydantic | Data validation library using Python type annotations |
| OpenAPI | Standard API specification format (formerly Swagger) |
| Starlette | ASGI framework that FastAPI is built on |
| Uvicorn | ASGI server for running FastAPI |