Glossary coding Term Page

Swagger UI

the automatically generated API docs at `/docs` once FastAPI is running

swagger-ui #coding#fastapi
Korean version

Related Concepts

Core Idea

Swagger UI is the automatically generated API docs at /docs once FastAPI is running. It usually makes the most sense alongside uv, ASGI.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept