Skip to main content
POST
Create a file

Authorizations

Authorization
string
header
required

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

Body

application/json
signed_upload
string
required

ID of the signed upload to create the file from.

Response

Created

content_type
string
required

MIME type of the uploaded file.

created_at
string<date-time>
required

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

filename
string
required

Name of the uploaded file.

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
enum<string>
required

Purpose of the uploaded file.

Available options:
verification_evidence,
legal_document,
welcome_letter,
order_confirmation,
fee_statement,
account_statement
signed_upload
string | null
required

ID of the signed upload that created the file.