Web Renderer
Web Renderer provides cloud API to create PDF or render image from web pages or raw HTML documents.
3 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Web Renderer endpoints
| Method | Endpoint | Description |
|---|---|---|
| Asynchronous Methods | ||
| POST |
SubmitPDFFromUrlTask /SubmitPDFFromUrlTask |
Creates PDF rendering task from Url and returns **taskId**. You will use returned **taskId** to check task status and to download the rendered document |
| POST |
SubmitImageFromUrlTask /SubmitImageFromUrlTask |
Creates image rendering task from Url and returns **taskId**. You will use returned **taskId** to check task status and to download the rendered image. |
| POST |
SubmitPDFFromHTMLTask /SubmitPDFFromHTMLTask |
Creates PDF rendering task from HTML and returns **taskId**. You will use returned **taskId** to check task status and to download the rendered document |
| POST |
SubmitImageFromHTMLTask /SubmitImageFromHTMLTask |
Creates image rendering task from HTML and returns **taskId**. You will use returned **taskId** to check task status and to download the rendered image |
| GET |
GetRenderingTaskStatus /GetRenderingTaskStatus |
Returns current status of rendering job. |
| GET |
DownloadResult /DownloadResult |
Downloads rendered file from server. |
| Synchronous Methods | ||
| POST |
RenderImageFromHTML /RenderImageFromHTML |
Renders image from provided HTML document |
| POST |
CreatePDFFromHTML /CreatePDFFromHTML |
Renders PDF from provided HTML document |
| POST |
RenderImageFromUrl /RenderImageFromUrl |
Renders image from provided Uri of web page |
| POST |
CreatePDFFromUrl /CreatePDFFromUrl |
Renders PDF document from provided Uri of web page |
Web Renderer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO | $9 / month | 250 / second |
|
| ULTRA Recommended | $79 / month | 250 / second |
|
| MEGA | $499 / month | 500 / second |
|