API Reference
Base: https://unweb-production-6f69.up.railway.app
GET
/api/v1/healthHealth check
POST
/api/v1/extractExtract structured content from a URL. Body: url, use_llm
POST
/api/v1/searchSearch web + LLM summarize. Body: query, max_results
POST
/api/v1/publishRegister site for AI access. Body: url, site_name, content
GET
/llms/{name}Public AI-readable endpoint (no auth)
GET
/api/v1/metricsUsage dashboard (auth required)
Auth
Include X-API-Key: your_key header on all endpoints. Get a key via POST /api/v1/auth/register