About this endpoint
What it does
Converts a PDF provided as base64-encoded content into a downloadable DOCX file. The request body supplies the PDF data, and the response returns the converted file as binary content.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| pdf_base64 | String | Yes | Base64-encoded PDF content, using standard or URL-safe encoding. |
Response
Returns a binary file response containing the converted DOCX document.