Document API
Number of APIs: 4
-
Returns metadata about a specific document GET {{baseUrl}}/document/:id
-
Returns the URL of the document for download. GET {{baseUrl}}/document/:id/downloadurl?expiresInSeconds=60
-
Generate a Amazon S3 presigned URL for uploading a document to GET {{baseUrl}}/document/prepareTempDirectUpload?fileName=<string>
-
Create new or update existing Document in the PageUp system with a newly uploaded file from Amazon S3 temp storage POST {{baseUrl}}/document/moveFromTemp