Create Chunked File
This endpoint allows you to begin the process of importing a file in multiple chunks. Calling this endpoint returns a {chunkedFileId} to use
in subsequent steps.
Permissions
api.file-manager.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Created
The unique object identifier.
Indicates the data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The name of the chunked file.
The size of the chunked file.
The offset and size of the chunked file parts.

