Introduction
In order to enable a programmatic interface to the ground truth production process, an HTTP API is made available. This page aims at describing how to work with these integrations, what the available possibilities are, and the concepts and identifiers used.
The current possibilities are limited to reviewing delivered annotations.
Before you begin, make sure you have:
- An account with permissions to use our API
This page will also assume that:
- the user has access to at least one project where at least one input batch has been uploaded.
The kognic-io Python client covers a majority of the endpoints. For the case of missing coverage, we'll provide examples of how you can interact with our API with just kognic-auth and the requests library.
You can discover the list of accessible endpoints within our swagger documentation.
Here's an example using the kognic-auth library to fetch the feedback error types available to the user: