FARPY Public API
Confirmed public routes
This reference lists routes confirmed against the live production origin. It does not document assumed, historical or unavailable endpoints.
| Method | Route | Access | Purpose |
|---|---|---|---|
| GET | /api/health | Public | Jobs API health |
| POST | /api/submit | Authenticated | Submit a render job |
| GET | /api/my-topups | Authenticated | Read account top-up history |
| GET | /api/proof-job | Input required | Resolve proof for a job |
| GET | /api/share-token | Input required | Resolve a share token |
| GET | /status/fleet.json | Public | Fleet status feed |
| GET | /status/metrics.json | Public | Public system metrics |
| GET | /proof/recent-public.json | Public | Recent public proof feed |
| GET | /proof/recent.json | Public | Recent proof feed |
| GET | /receipt/ | Public | Receipt lookup interface |
| GET | /workspace/ | Authenticated UI | Render workspace |
Health
curl -sS https://farpy.com/api/health
Fleet status
curl -sS https://farpy.com/status/fleet.json
System metrics
curl -sS https://farpy.com/status/metrics.json
Recent public proof
curl -sS https://farpy.com/proof/recent-public.json
Render submission
Render submission is exposed at POST /api/submit. Authentication, upload and job payload requirements are documented on the primary API page.
API overview · Quickstart · Webhooks · Errors