Complete multipart upload

Once all the file parts have been uploaded successfully, complete the upload session to assemble all the file parts into a single resulting file.

Request

This endpoint expects a multipart form.
UPLOADCARE_PUB_KEYstringRequired
Public key identifying an Uploadcare project your uploads will go to.
uuidstringRequiredformat: "uuid"

File’s UUID from the /multipart/start/ endpoint.

Response

The file was uploaded successfully.
uuidstringformat: "uuid"
File's unique ID.
file_idstringformat: "uuid"

Same as uuid

sizeinteger
File's size in bytes.
totalinteger

Same as size.

doneinteger

Same as size.

original_filenamestring
Original file of the uploaded file.
filenamestring

Sanitized original_filename.

mime_typestring

File’s MIME-type.

image_infoobject
Image metadata.
video_infoobject
Video metadata.
content_infoobject
Information about file content.
metadataobject
Arbitrary metadata associated with a file.
is_imageboolean
True if the uploaded file is an image of a supported file format.
is_storedboolean
True if the file has been marked as stored.
is_readyboolean
True if the file is ready to be fetched from Uploadcare's CDN.
s3_bucketstring or null
Name of an AWS S3 bucket where the file is stored. Only available if you associate a Foreign Storage Bucket with your project.