About this endpoint
What it does
Converts a PDF provided as a base64-encoded string into a PowerPoint file and returns a download URL for the generated .pptx.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| pdf_base64 | String | Yes | Base64-encoded PDF content to convert. |
Response
Returns a JSON object with a download_url string field containing the URI where the generated PowerPoint file can be downloaded.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| download_url | String | No | Download URL for the generated .pptx file. Format: URI. |