This image shows the Swagger UI interface for a FastAPI application running locally at http://127.0.0.1:8000/docs. The interface displays the / root endpoint with response details, including the returned JSON object {“Hello”: “World”}. Users can also view alternative API documentation using ReDoc by navigating to http://127.0.0.1:8000/redoc.