API Endpoints
GET
/
Landing page with server information
GET
/v0/health
Health check endpoint
GET
/v0/stats
Real-time bandwidth monitoring (requires auth)
GET
/v0/proxy
Create proxy links (simple mode)
POST
/v0/proxy
Create proxy links (advanced mode)
GET
/v0/proxy/{token}
Access proxied content via JWT token
HEAD
/v0/proxy/{token}
Get headers without downloading content
GET
/v0/proxy/{token}/{filename}
Access proxied content with custom filename
Authentication
Basic Auth required for all operations