API Scan

API Scan converts PDF documents into realistic scanned copies through API calls for automation and app integrations. PDF files are uploaded for remote processing, so this flow requires an internet connection. Customize color, noise, blur, borders and rotation, and use the API from any environment or programming language that can send HTTP requests.

API Bearer Token

Code Examples

Try it out

{
  "config": {
    "rotate": 1,
    "rotate_var": 0.5,
    "colorspace": "gray",
    "blur": 0,
    "noise": 0,
    "border": false,
    "brightness": 1.3,
    "contrast": 1.3,
    "resolution": 150,
    "output_format": "image/jpeg"
  }
}