| Name | Type | Description | Notes |
|---|---|---|---|
| fileBase64 | String | Base64 encoded PDF file. Required if file_url is not provided. | [optional] |
| fileUrl | String | Public HTTPS URL to a PDF file. Required if file_base64 is not provided. | [optional] |
| format | FormatEnum | Output image format | [optional] |
| quality | Integer | Image quality (1-100) | [optional] |
| resolution | Integer | Image resolution in DPI (72-600) | [optional] |
| pages | String | Page number or range to convert. Use a single number (e.g. "1") or a range (e.g. "1-4"). Defaults to all pages. | [optional] |
| output | OutputEnum | Output format | [optional] |
| name | String | Document name (max 120 characters). Auto-generated if not provided. | [optional] |
| Name | Value |
|---|---|
| PNG | "png" |
| JPEG | "jpeg" |
| JPG | "jpg" |
| Name | Value |
|---|---|
| BASE64 | "base64" |
| FILE | "file" |