####Table of Contents
/url2png
Convert webpage to PNG.
####/url2png 
The url2png endpoint accepts a URL and returns a link to download a PNG representation of the web page at the URL.
| Name | Required | In | Type | Description |
|---|---|---|---|---|
| url | true | body | string | URL of webpage to convert |
| viewport_width | false | body | number | The width of the produced PNG (default is 1440px) |
| delay | false | body | number | The time delay (ms) before executing image capture (default is 5000 ms) |
#####Success 200 (Object)
| Name | Type | Description |
|---|---|---|
| message | string | success |
| downloadURL | string | The relative URL for download of the captured image. Root will be the same as the API. |
#####Error 400 (Object)
| Name | Type | Description |
|---|---|---|
| message | string | No URL to print in post data |
#####Error 500 (Object)
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| error | object | Error object. |