Skip to main content
Developers

API documentation.

Build integrations and extend Key Website Builders with our REST API.

Authentication

All API requests require an Authorization header with a Bearer token. Contact support for API keys.

Authorization: Bearer sk_live_...

Endpoints

Request

{
  "client_email": "client@example.com",
  "project_name": "Website Redesign",
  "tier": "professional"
}

Response

{
  "id": "proj_123",
  "client_email": "client@example.com",
  "project_name": "Website Redesign",
  "tier": "professional",
  "status": "onboarding"
}

Need help with the API?

Contact Support