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/signed-uploads

Request body

content_typestring

The content type of the file to be uploaded, e.g. application/pdf.

filenamestring required

The name of the file to be uploaded.

purpose'verification_evidence' required

The purpose of the uploaded file.

Response

Created

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

expires_atstring date-time required

The timestamp when the signed upload expires.

filenamestring required

The name of the file to be uploaded.

idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

purpose'verification_evidence' required

The purpose of the uploaded file.

signed_upload_urlstring required

The signed URL that you can use to upload directly to the bucket.

Changes