This is a simple API hosted on my homelab.
GET /name
returns my name as JSON:
{
"name": "Rupan"
}
FastAPI automatically exposes interactive documentation:
Served by a FastAPI app in Docker behind a Cloudflare Tunnel.