File
Files are used to upload documents via presigned URLs. After uploading and completing a file, link it to resources through their own APIs (e.g. attach a transcript to a meeting). See File uploads for the full upload flow and supported purposes. For meeting transcript attachments, see Uploading meeting transcripts. Not every retrievable file is listable: files uploaded through the app and synced chat attachments are fetchable by id (GET /v1/files/{id}, GET /v1/files/{id}/url, or a CRM record’s $files relationship) but never appear in GET /v1/files.
Create a file upload session
POST/v1/files
Complete a file upload
POST/v1/files/{id}/complete
Retrieve a file
GET/v1/files/{id}
List files
GET/v1/files
Get a file download URL
GET/v1/files/{id}/url
Cancel a file upload
POST/v1/files/{id}/cancel