This article describes how to utilize the PDF Scout™ Inspector Tool API to check or pre-flight PDF files.
...
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.
...
Info | ||
---|---|---|
| ||
Tokens automatically expire after 3 12 hours of inactivity. |
Step 1. Get a token
...