Skip to main content
POST
Request file upload

Authorizations

Authorization
string
header
required

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

Body

application/json
filename
string
required

Original name of the file.

Example:

"identity-document.pdf"

purpose
any
required

The purpose of the uploaded file.

content_type
string

Media type of the file.

Example:

"application/pdf"

Response

Created

created_at
string<date-time>
required

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

expires_at
string<date-time>
required

Date and time the signed upload expires.

Example:

"2026-07-14T10:00:00Z"

filename
string
required

Name of the file to upload.

id
string
required

Unique resource identifier.

modified_at
string<date-time>
required

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

purpose
any
required

Purpose of the file upload.

signed_upload_url
string
required

Signed URL for uploading the file.