About this endpoint
What it does
Converts a remote HTML file at the given URL into a PDF and returns a signed PDF link. The request sends the source url in the body, and the response returns the generated PDF link in a data string.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Remote HTML file URL to convert to PDF. Must be a URI. |
Response
Returns a JSON object with a data string field containing a URI to the generated PDF file. Success response: 200.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | URI of the generated signed PDF link. |