Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 445 Bytes

File metadata and controls

15 lines (7 loc) · 445 Bytes

OutputParam

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

Enum

  • BASE64 (value: 'base64')

  • URL (value: 'url')

  • FILE (value: 'file')

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