The file ID retrieved from the prepare upload step.
Example:00000000-0000-0000-0000-000000000000
The number of the chunk being uploaded. The first chunk is 0.
Upload a chunk of the file.
The file ID retrieved from the prepare upload step.
Example:00000000-0000-0000-0000-000000000000
The number of the chunk being uploaded. The first chunk is 0.
Allowed values:application/octet-stream
(calculated checksum of the file/ chunk)
Example:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Chunk uploaded successfully
This endpoint finalizes the upload after all chunks have been uploaded. You need to provide the file ID and details about the file, including its name, size, and the number of chunks it was split into.
Finalize the upload after all chunks have been uploaded.
The file ID retrieved from the prepare upload step.
Example:00000000-0000-0000-0000-000000000000
Number of chunks the file was split into.
Example:1
Filename of the file.
Example:image.jpeg
Size of the file in bytes.
Example:63973541
Upload finalized successfully