This article describes how to utilize the PDF Scout™ Inspector Tool API to check or pre-flight PDF files.
...
SCOUT API Step-by-step guide
Send email to lcao@eplansoft.com to Open a support ticket to get your SCOUT API credentials, please include your name company or agency name.
...
Get a scout token.
url: <scout-url>/api/auth (POST)
- API parameters: username/password
- Get an "upload" url
- Upload file using the "upload" url obtained from step 2
- Call Scout to get the json result.
...