Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 772 Bytes

File metadata and controls

12 lines (9 loc) · 772 Bytes

# StoreDocumentRequest

Properties

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

[Back to Model list] [Back to API list] [Back to README]