v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Step 3B Register uploaded chunk

Register uploaded chunk

Register the completion of an uploaded chunk.

post/api/v4/upload/{uploadId}

Path parameters

uploadIdstring required
Example:T3.fS5.5HPhtYFtm2b_.e7wVe910tL5XQutKw1jkMqlP5cPQVyZkOZxZ9lJiGUk4FIw6M0CFZ3xogTWrm.GPI2p2CaglQcAS5aH37zT_vHJnbtkebYbheXIQc_.M_6hM

Headers

Content-Type'application/x-www-form-urlencoded' required

Response

Chunk registered successfully

statusstring

Only for chunk registration

outputstring
batchIdstring
filenamestring
importIdstring
locationTypestring
successinteger

Example response

{
  "status": "ok",
  "output": "final/2ba07d00-586a-4a44-b13c-c58598cfe828/",
  "batchId": "00000000-0000-0000-0000000000000000",
  "file": {
    "bucket": "BUCKET",
    "path": "final/2ba07d00-586a-4a44-b13c-c58598cfe828/IMG_1874.JPG",
    "type": "s3"
  },
  "filename": "final/2ba07d00-586a-4a44-b13c-c58598cfe828/IMG_1874.JPG",
  "importId": "000000000-0000-0000-0000000000000000",
  "locationType": "s3",
  "success": 1
}