Files
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
docIdstringRequired
The document ID to attach files to
docTypestring · enumRequiredPossible values:
The document type (deal, contact, or company)
Body
Responses
200
Array of created files
application/json
idstringOptional
The unique ID of the File
titlestring · nullableOptional
The title of the File
srcstring · nullableOptional
The URL of the File
typestring · nullableOptional
The MIME type of the File (e.g. image/jpeg, application/pdf)
formatstring · nullableOptional
The file format/extension (e.g. jpg, pdf, png)
visibilitystring · enum · nullableOptionalPossible values:
The visibility of the File
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
post/files
Last updated
Was this helpful?

