| Name | Type | Description | Notes |
|---|---|---|---|
| file_base64 | String | Base64 encoded PDF file. Required if file_url is not provided. | [optional] |
| file_url | String | Public HTTPS URL to a PDF file. Required if file_base64 is not provided. | [optional] |
| name | String | Generated document name (optional) | [optional] [default to ''] |
| output | String | Response format. `url` returns a public URL to the stored document; `viewer` returns a public URL to the PDF viewer. | [optional] [default to 'url'] |
-
url(value:"url") -
viewer(value:"viewer")