Skip to main content
Account-level and utility endpoints. GET /me and POST /connect have live playgrounds in the sidebar; the internal endpoints below are documented for reference only.

What you can do

Verify credentials

GET /me returns basic profile info and works on any valid key — the fastest way to test authentication.

Connect a CMS

POST /connect registers a Framer or WordPress integration against your API key.
GET /me skips the paid-tier check, so it succeeds on any valid API key regardless of subscription. Use it in health checks and setup wizards to confirm a key is live.

Internal endpoints

These endpoints exist on the API surface but are not intended for direct integration.

Track bot hit

Used by the Keupera in-page tracker script to record AI bot visits. Not intended for direct integration — read the data via the Analytics bot-traffic endpoints instead.

Webhooks

Configure outbound webhooks in Account → Integrations. Keupera will POST a JSON payload to your endpoint on the events you subscribe to.

Inbound webhooks