v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-17105598.9 KB
Send a document API

Upload a document - Upload the document contents. Note: This URL, including hostname and path parameters is returned from the create URL endpoint and should be used unmodified. The path and hostname given in the API specification here are examples only.

putUpload a document

Headers

X-Amz-Checksum-Sha256string

The base64 encoded SHA-256 hash of the file contents. Must match both the document being uploaded and the value provided to the create URL endpoint.

Content-Lengthinteger

The length of the file in bytes. Must match both the document being uploaded and the value provided to the create URL endpoint.

Response

OK