Request
Response
presignedUploadUrl is a temporary URL you can use to upload your PDF file via a PUT request. The presignedGetUrl is a temporary URL you can use to download the uploaded file.
- Upload URL expires in 30 minutes
- Download URL expires in 60 minutes
If no
fileName is provided, a random filename will be generated automatically. Filenames are sanitized to only allow alphanumeric characters, dots, hyphens, and underscores.Uploading a file using the presigned URL
Once you have thepresignedUploadUrl, you can upload your PDF file using a PUT request:
Accessing the uploaded file
After uploading, use thepresignedGetUrl from the original response to download or access the file:
The
presignedGetUrl is also the URL you should pass as the url parameter to other PDF Tools endpoints (such as Merge PDFs, Split PDF, Compress PDF, or Update PDF Metadata) when you want to process the uploaded file.Parameters
The desired filename for the uploaded PDF. If not provided, a random name will
be generated. Special characters will be replaced with underscores.