HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

createServiceDocumentUploadDestination

Creates an upload destination.

Usage Plan:

Rate (requests per second)Burst
520

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Body Params

Upload document operation input details.

string
required

The content type of the to-be-uploaded file

Show Details
TIFFTo be uploaded POA is of type image/tiff.
JPGTo be uploaded POA is of type image/jpg.
PNGTo be uploaded POA is of type image/png.
JPEGTo be uploaded POA is of type image/jpeg.
GIFTo be uploaded POA is of type image/gif.
PDFTo be uploaded POA is of type application/pdf.
number
required
1 to 5242880

The content length of the to-be-uploaded file

string

An MD5 hash of the content to be submitted to the upload destination. This value is used to determine if the data has been corrupted or tampered with during transit.

Responses

Response body
object
payload
object

Information about an upload destination.

string
required

The unique identifier to be used by APIs that reference the upload destination.

string
required

The URL to which to upload the file.

encryptionDetails
object
required

Encryption details for required client-side encryption and decryption of document contents.

headers
object

The headers to include in the upload request.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

string

The type of error.

ERROR WARNING

Show Details
ERRORError
WARNINGWarning
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language