About this endpoint
What it does
Converts a base64-encoded presentation file into a PDF for download. You send the presentation bytes in the request body and can optionally control page orientation with a query parameter.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| landscape | Boolean | No | Controls the PDF orientation.<br>Default: true. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| base64 | String | Yes | Base64-encoded presentation file bytes. Supported input formats: .ppt, .pptx, .odp. |
Response
Returns a binary PDF download. The output schema is a binary string, so the success response is the PDF file content itself rather than a JSON object.