Skip to main content

Create multipart upload

POST 

/data/multipart-upload-url

Combines the uploaded parts of a multipart file into a single training logs file. Provide the filename and uploadID from Get multipart signed URL, plus the parts array containing each part's PartNumber and ETag (captured from the PUT response headers during upload). Returns a signedUrl for the assembled file. After this step, call Upload custom logs file to associate the file with your account.

Request

Responses

Created