Skip to main content
POST
Complete an upload

Authorizations

x-api-key
string
header
required

Body

application/json
uploadId
string
required

Server-side upload session id from /upload/init.

key
string
required

S3 key that was uploaded.

uploadIdS3
string

S3 UploadId (for multipart).

parts
object[]

Completed multipart parts.

etag
string

ETag returned by S3 for single-part upload.

caseId
string<uuid>

Optional: attach file to case upon finalization.

Response

Upload finalized

ok
boolean
file
object

Schema inferred from files dataset.

Example: