LogoCloneWebsite Docs
LogoCloneWebsite Docs
Homepage

Getting Started

WelcomeQuick Start

Usage Guide

Chrome Extension GuideWebsite Project Features RetiredBest Practices for Perfect Clones

Developer

API Reference

Other

FAQChangelogTechnical Support

API Reference

Current API notes for the local extension workflow

Current Scope

CloneWebsite no longer exposes a website REST API for project storage, cloud Workbench, extension login sync, or AI proxying. Those capabilities moved into the local browser extension.

The extension workflow is local-first:

  • Captures are saved as ZIP files or local extension projects.
  • Workbench runs as a lightweight local preview/editor.
  • AI requests go directly from the extension to your configured OpenAI Chat Completions compatible endpoint.
  • Download ZIP remains available.

Retired Website APIs

Legacy website project and extension integration endpoints intentionally return 410 Gone, including:

  • /api/chat
  • /api/projects
  • /api/projects/:id
  • /api/projects/:id/download
  • /api/projects/:id/save
  • /api/extension/create-project
  • /api/extension/auth/*

Example response:

{
  "error": "gone",
  "message": "Project storage has moved into the local browser extension. The website no longer stores projects, runs the workbench, or proxies AI requests.",
  "docsUrl": "/docs/chrome-extension",
  "downloadUrl": "/extension-install"
}

Extension Integration

The public website no longer sends messages to the extension or synchronizes login state. Use the extension UI directly for capture, local projects, settings, Workbench, BYOK AI, and ZIP download.

BYOK Endpoint Compatibility

Any provider compatible with the OpenAI Chat Completions API can be configured in the extension settings. API keys are stored only in local browser extension storage and are sent only to the AI endpoint you configure.

Best Practices for Perfect Clones

Tips and strategies for getting the highest quality clone results

FAQ

Frequently Asked Questions about CloneWebsite

Table of Contents

Current Scope
Retired Website APIs
Extension Integration
BYOK Endpoint Compatibility