This article describes how to utilize the PDF Scout inspector to analyze incoming plan review documents to eplansoft REVIEW (EPR). All public facing portals/customer portals should implement calls to Scout to evaluate whether plan review documents are acceptable.
...
Get a token.
Obtain the credentials from the EPR Environment/Partners page, see Accessing the Connect API for partner integration via Swagger.
- Use the credentials for an existing EPR administrator's account.
- Get an upload url
- Upload file using the url from step 2
- Call Scout to get the json result.
Info | ||
---|---|---|
| ||
Tokens automatically expire after 3 hours. |
Step 1. Get a token
POST https://scout-api.eplansoftreview.com/api/auth
...