w

HTML Preview Tool

Paste or upload standalone HTML — including Archify architecture diagrams — preview it in a sandbox, and publish a short shareable link.

API reference

Base path: /api/html-preview. All routes are public but create/update/delete require a browser session.

MethodPathPurpose
POST/api/html-previewStore HTML, return hp_ id
GET/api/html-preview/mineList pages for the current session
GET/api/html-preview/:htmlIdLoad a share page (?password= optional)
PATCH/api/html-preview/:htmlIdUpdate a page you own
DELETE/api/html-preview/:htmlIdDelete a page you own

Create body

{
  "source": "<!DOCTYPE html>…",
  "title": "Agent Tool Call Workflow",
  "access": "public",
  "password": null,
  "expiresAt": null
}

source must contain HTML markup and stay under about 1.2 million characters (Archify showcase files fit).

Cette page vous a-t-elle été utile ?