GETTING STARTED
Quickstart
5min
Kognic provides a client called kognic-io to simplify calling our APIs using Python.
Install via pip:
kognic-io
kognic-auth
Install kognic-io for the most common use cases like file uploads and project management.
In the main platform, credentials can be generated by clicking here in the user menu.
Set the environment variable KOGNIC_CREDENTIALS to point to it.
To verify that they are correct you can simply list projects in Python:
Since kognic-io v2.4.0 you can provide a workspace id that will be used for writes. For users with multiple workspaces this will be mandatory. See this page for instructions.
kognic-io
You should now be set up to interact with the Kognic Platform.