About this endpoint
What it does
Converts a base64-encoded Word document into a PDF and returns a signed link to the generated PDF. The request sends the file bytes as a base64 string, and the response contains the resulting PDF URL.
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. Success responses are represented by a 200-level response with this object shape.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | URI of the signed link to the generated PDF. |