Uploads
Create Signed Upload URL
org:files:write
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unix timestamp that the URL is signed, ie time of request
How long the URL is valid for in sconds after signing based on the date parameter
Restrict the max size of a file upload in bytes
Array of allowed mime types for a file upload, includes wildcards "image/*"
ID of the group that the file will be uploaded to
Add additional key value metadata to files upon upload
Name of the file that will be uploaded
Response
200 - application/json
Successful response