Encited

Authentication

You must own the target domain, meaning it has been added to your Encited account.

Base URL#

https://encited.com

API Key Authentication#

Every request is authenticated with an API key. Create and manage keys in your dashboard settings.

Supported Headers#

x-lovablehtml-api-key: <API_KEY>

# Or use Bearer token
Authorization: Bearer <API_KEY>

Endpoints and Plan Requirements#

Base endpoint Plan
/api/prerender/render Any active plan
/api/prerender/cache/* Any active plan
/api/analytics/* Pro and above
/api/seo-spider/* Pro and above
/api/ai-mentions/* Pro and above
/api/domains/* Business and Enterprise

On Basic and Essential the two prerender groups are the whole API surface: they run the middleware path, so they only need an active subscription. Analytics, SEO Spider, and AI Mentions start at Pro, and a key below that tier gets 403 {"error": "plan_required"}.

A key stops working while a subscription is inactive, and starts working again once the plan is active.