FastAPI is a Python web framework used to build APIs.
Very fast
Generates automatic documentation ( Swagger UI & OpenAPI)
Easy to build REST APIs, JSON endpoints, authentication
Built on top of starlette ( a fast async web framework)