GETTING STARTED
Quickstart
5min
kognic provides a client called kognic io https //pypi org/project/kognic io/ to simplify calling our apis using python installation install via pip install kognic io for the most common use cases like file uploads and project management pip install upgrade kognic io not needed for file uploads install kognic auth if you intend to use dataset exploration or annotation integration pip install upgrade kognic auth generating credentials in the main platform, credentials can be generated by clicking here in the user menu setting credentials set the environment variable kognic credentials to point to it export kognic credentials= /path/to/credentials json verify credentials 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 advanced setup docid\ xmgm2k teox9jtn otqbm from kognic io client import kognicioclient client = kognicioclient() client project get projects() print("success") you should now be set up to interact with the kognic platform next step upload your first scene docid\ aewtqkrztf5zoo5sasydv quick guide on how to upload data to the kognic platform