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.
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