Request file upload
Files
Request file upload
Request a signed URL for uploading a file directly to storage. The returned id is needed to create a file from the signed upload.
POST
Request file upload
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Created
Signed upload resource, including the signed URL that you can use to upload directly to the bucket.
Unique resource identifier.
The name of the file to be uploaded.
The timestamp when the signed upload expires.
The purpose of the uploaded file.
The signed URL that you can use to upload directly to the bucket.