# nano-farchiver ## /health Returns { "status": "ok" }. ## /uptime Returns { "uptime_seconds": } seconds since server started. ## /status?fid= Returns { "fid", "username", "outstanding", "completed" } for a single user. ## /status Returns aggregate { "outstanding", "completed" } across all users. ## /doIt (POST) Triggers the archiver job. Returns 202 if started, 429 if already running. Poll /status for progress. ## /clear (POST) Clears the network cache so the next /doIt fetches fresh data from the API. Use before /doIt for incremental updates. ## /browse Browse the archived output directory. Lists users. ## /browse/** Browse archived casts. Directory listings are free. Cast files show a free preview with metadata and first 5 characters of text. Add ?pay=1 to trigger x402 payment ($0.001 on Base) for the full file. Markdown files are rendered as formatted HTML.