About this endpoint
What it does
Converts a base64-encoded HTML file into a PDF and returns a signed link to the generated file. The request sends the encoded file bytes in the body, and the response returns the resulting PDF link as a JSON string.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| base64 | String | Yes | Base64-encoded file bytes. |
Response
Returns a JSON object with a data string field containing a URI to the generated PDF file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | URI of the generated PDF link. |