GetLifeUndo API (beta)
Integrate form/buffer recovery into your product
How it works (short)
- The extension stores data locally
- API is for license/org validation and activation events
- We do not receive or store user form text
Public endpoints (ready)
GET /api/healthz
Server ping
→ 200 OK
GET /api/debug/fk
FreeKassa diagnostics
POST /api/payments/freekassa/create
Create payment or start trial (returns pay_url)
curl -X POST https://getlifeundo.com/api/payments/freekassa/create -H "Content-Type: application/json" -d '{"productId":"PROM","email":"user@example.com"}'GET /api/payments/status?orderId=...
Get payment/subscription status
curl "https://getlifeundo.com/api/payments/status?orderId=ORDER-123"OpenAPI spec
OpenAPI: /openapi.yaml
Rate-Limit: 10 req/min per IP on /api/license/validate
Security
100% local. API does not transmit form text. All data stays in the user browser.