API Endpoints
Retrieve URL
Accepts a PDF file up to 5MB as binary data and performs a specified conversion.
POST
Authorizations
API key for authentication
Headers
API key for authorization
Available options:
application/pdf
Body
application/pdf · file
The PDF file to be converted as binary data
Response
200
application/json
Successfully converted PDF file
Temporary URL for downloading the processed file
Example:
"https://bucket-name.s3.amazonaws.com/path/to/file.pdf?[signed-parameters]"
S3 object URL (without signatures)
Example:
"https://bucket-name.s3.amazonaws.com/path/to/file.pdf"
Example:
200