| 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'] |