Grand-Challenge API

Most of the Grand Challenge features are accessible through the Grand-Challenge API via REST. You can try out all the API calls here.

Grand-Challenge API Python Client

gcapi is a python client for Grand Challenge. It offers a handy way to interact with the REST API from Python, and provides some convenience methods.

The main functionalities of gcapi are:

  • Uploading values as Display Sets in a Reader Study
  • Uploading values as Archive Items in an Archive
  • Uploading values for an Algorithm to predict on
  • Downloading results from an Algorithm prediction

You can read more about gcapi in the gcapi documentation, including:

  • Several How-To guides
  • Some example snippets
  • The Python API reference