FastAPI

Modern, fast (high-performance) Python web framework

Server running Your server is running on

Available Routes

GET / Welcome page
GET /hello/<name> Personalized greeting
GET /docs Interactive API documentation (Swagger UI)
GET /redoc Alternative API documentation (ReDoc)

Quick Links