Upload file
Upload a new file.
Authorization
Authorization
RequiredBearer <token>In: header
Request body
multipart/form-data
Requiredclient_reference_id
stringA string provided by the client to track the uploaded file. It can be an ID, a JSON string, or any other text. This value can be used for reference in future API requests or for internal mapping within the client’s systems. The value does not have to be unique. If not provided, it will remain unspecified.
file
RequiredfileThe file to upload. You can specify a custom filename that will be stored with the uploaded file.
"binary"
Response body
201
Uploaded file.
id
RequiredstringThe unique identifier of the file.
"uuid"
filename
RequiredstringName of the file.
size
RequiredintegerSize of the file in bytes.
created_at
RequiredstringWhen the file was uploaded as string in ISO format.
"date-time"
client_reference_id
stringA string provided by the client to track the uploaded file. It can be an ID, a JSON string, or any other text. This value can be used for reference in future API requests or for internal mapping within the client’s systems. The value does not have to be unique. If not provided, it will remain unspecified.
Errors
Uploaded file.