HTML to PNG API Guide

Use this workflow to queue render jobs and poll for completion.

1) Queue a render job

curl -X POST "https://tool.pagee.io.vn/api/html-to-image" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","type":"png","width":1200,"height":630}'

2) Poll job status

Use status_url from response until status is completed.