POST
/
files
/
sign

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
date
number
required

The unix timestamp that the URL is signed, ie time of request

expires
number
required

How long the URL is valid for in sconds after signing based on the date parameter

group_id
string

ID of the group that the file will be uploaded to

keyvalues
object

Add additional key value metadata to files upon upload

filename
string

Name of the file that will be uploaded

Response

200 - application/json
data
string