UploadLink
Version 2024-01-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
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
Field | Description |
---|---|
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. |
Updated 3 days ago