v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Step 4 EITHER Finalise uploaded file

Finalise an uploaded file

The endpoints described in Step 4 are an Either/Or choice. You should use either the Finalise an uploaded file endpoint to finalize and process a standard upload, or the Finalize additional file endpoint to finalize and save an additional uploaded file as a new asset.

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

Accepted

outputstring
batchIdstring
filenamestring
importIdstring
locationTypestring
successinteger

Example response

{
  "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
}