Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article describes how to utilize the PDF Scout™ Inspector Tool API to check or pre-flight PDF files. 

...

  1. Get a scout token.

    1. url: <scout-url>/api/auth (POST)

    2. API parameters: username/password
  2. Get an "upload" url
  3. Upload file using the "upload" url obtained from step 2
  4. Call Scout to get the json result.

...

Info
titleALERT!

Tokens automatically expire after 3 12 hours of inactivity.


Step 1. Get a token

...