UploadLink

Version 2024-04-01

Overview

A temporary upload URL for uploading a file. Once the file is uploaded, the fileId can be passed to other Buy with Prime APIs to further process the uploaded file. The uploaded file will expire and be deleted after 30 days.

Fields

FieldDescription
fileId (String required)

The unique identifier for the uploaded file. This can be passed to other Buy with Prime APIs for further file processing.

uploadUrl (String required)

URL for uploading the file. Can be used with an HTTP PUT operation. This link will expire after 15 minutes. If the link expires, call CreateUploadLink again and upload the file using a new upload url.