This article describes how to utilize the PDF Scout Scout™ Inspector Tool API to check or pre-flight PDF files.
...
Scout checks are required before PDF files can be used for plan review in EPR.
Info | ||
---|---|---|
| ||
e-PlanREVIEW® (EPR) will not accept plan review documents rejected by Scout. All plan review documents must be submitted in PDF format. |
Prerequisites
See: PDF Scout Inspector Tool
...
SCOUT API Step-by-step guide
...
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
...