For the complete documentation index, see llms.txt. This page is also available as Markdown.

Files

Create Files

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
docIdstringRequired

The document ID to attach files to

docTypestring · enumRequired

The document type (deal, contact, or company)

Possible values:
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 · nullableOptional

The visibility of the File

Possible values:
post/files

Last updated

Was this helpful?