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