Skip to content

Using PICSURE 2.0

Bria Morgan edited this page Oct 3, 2018 · 4 revisions

To use PICSURE-2.0, you will need a PICSURE-2.0 authorization token. Attach this token to all your calls.

All calls (except /info) will require request data that includes a resourceCredentials map. The values in this map are determined per resource. An example for the IRCT resource in JSON format:

{
  "resourceCredentials" : "IRCT_BEARER_TOKEN" : "111mmm.2222..."
}

TODO: Link to jupyter notebooks