html-to-nextjs

API is running. POST to /api/convert with your HTML.

{
  "endpoint": "/api/convert",
  "method": "POST",
  "headers": {
    "Content-Type": "application/json",
    "x-api-key": "key_..."
  },
  "body": {
    "html": "<html>...</html>",
    "route": "/",
    "siteName": "my-site"
  }
}