Vercel + FastAPI : Nabla - Prod
App version : v0+unknown
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def read_root():
return {"Python": "on Vercel"}
Service health
Loading health checks…
Unreachable targets
Loading sickz checks…
Interactive API Docs
Explore this API's endpoints with the interactive Swagger UI. Test requests and view response schemas in real-time.
Open Swagger UI →Sample Data
Access sample JSON data through our REST API. Perfect for testing and development purposes.
Get Data →