Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 492 Bytes

File metadata and controls

17 lines (8 loc) · 492 Bytes

OutputParam

Response format. When the "file" option is used the API returns the file inline. With the "url" and "viewer" option, the document is stored for 30 days and automatically deleted.

Enum

  • BASE64 (value: 'base64')

  • URL (value: 'url')

  • FILE (value: 'file')

  • VIEWER (value: 'viewer')

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