Contribute
7 live operations under /api/contribute. 5 require a machine key; 2 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/contribute/bond | Marks envelopes immovable IN PLACE. | key |
GET | /api/contribute/census | It is only publishable BECAUSE it carries no identity — how many machines are contributing, never which. | public |
POST | /api/contribute/heartbeat | Deliberately CANNOT change mode — see contributionSeats.heartbeat for why a high-frequency call that could also flip a m | key |
POST | /api/contribute/mode | — | key |
GET | /api/contribute/policy | Deliberately public. You cannot be asked to stake a thousand envelopes without being able to read, in advance and withou | public |
POST | /api/contribute/release | — | key |
GET | /api/contribute/status | — | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.