

Endpoints
All available API endpoints grouped by resource.
GET/POST /pages, GET/PATCH/DELETE /pages/:id, publish, unpublish, archive
GET/POST /pages/:id/blocks, PATCH/DELETE /pages/:id/blocks/:blockId, PUT reorder
POST /ai/generate-page, POST /ai/refine-block
GET /templates, GET /templates/:id
GET/POST /webhooks, DELETE /webhooks/:id
POST /files/upload
Authentication
Authenticate all API requests by including your API key in the Authorization header as a Bearer token.
Production keys start with lp_live_. Test keys start with lp_test_.
Authorization: Bearer lp_live_...
Go to Settings → API Keys to generate a key.
Generate your API key and start making requests in minutes.