Call a pipeline, not a model
Feed an image to a general multimodal model and you will get something HTML-shaped. You will still have to build tall-image slicing, asset cropping, text and number validation, render comparison, retries and refunds yourself. The img2htm API ships that whole production system behind one endpoint.
POST /api/v1/reconstruct
Authorization: Bearer i2h_...
image_file=@page.jpg&mode=full&format=jsonWhat the response contains
html,css— a publishable documentassets— separated image URLscontent— sections and texts as structured JSONquality— accuracy scores and suggested review areas
See the API documentation for async mode, exponential backoff and rate limits.
主要優勢
- REST API, one call
- JSON, HTML and ZIP output formats
- Async jobs with status polling
- Automatic credit refund on failure
- Samples for cURL, Node, Python, PHP and more
- Per-key rate limits and usage
主要優勢
REST API, one call
JSON, HTML and ZIP output formats
Async jobs with status polling
Automatic credit refund on failure
Samples for cURL, Node, Python, PHP and more
Per-key rate limits and usage
運作方式
上傳圖片
上傳 JPG、PNG 或 WebP,最大 25 MB。每 15,000 垂直像素消耗 1 點。
AI 分離與重建
理解標題、內文、價格、表格與清單的階層,並還原為真實文字。
HTML 驗證並發佈
產生在桌機、平板與手機上自然重排的語意化 HTML 與 CSS。
相關功能
Smart Editor
Fix the reconstructed result right in the browser. Click a sentence to edit it, swap an im…
For Individuals
No need to ask the designer again. Upload one flattened image and get a web page you can e…
For Designers
Give publishing time back to design. Upload a design image and get a semantic HTML draft.
For Marketing
Turn campaign visuals into testable HTML. Swap copy, localize and get indexed in one pass.