Generate a Amazon S3 presigned URL for uploading a document to
GET {{baseUrl}}/document/prepareTempDirectUpload?fileName=<string>
Required OAuth scopes for authentication: Public.Document.Write
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fileName | string | (Required) Filename of the document you intend to upload |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"url":"\u003cstring\u003e","contentType":"\u003cstring\u003e","physicalFile":"\u003cstring\u003e","headers":{"Content-Disposition":"attachment;filename=\"Test1.txt\"; filename*=utf-8''Test1.txt","x-amz-server-side-encryption":"AES256","x-amz-acl":"bucket-owner-full-control"},"method":"\u003cstring\u003e","fallbackUrl":"\u003cstring\u003e"}