Installation
SuperAnnotate Python SDK is available on PyPI. Use the following command on your terminal to install our SDK.
pip install superannotate
The package officially supports Python 3.6 + and was tested under Linux and Windows platforms.
Windows Support
For Windows based Anaconda distribution you might need to install
C++ build tools from Windows and shapely withconda install shapely
Authorization
SDK functions work within the team scope of SuperAnnotate Web’s platform, so a team-level authorization is required.
To authorize SDK in a team scope, follow these steps:
- Get the Python SDK authorization token from the My Teams page.


- Run superannotate init in the terminal and plug the token to authorize SDK. This will create a configuration file with the token in a default location.
superannotatecli init
Input the team SDK token from https://app.superannotate.com/team: ******
SA-PYTHON-SDK - INFO - Configuration file ~/.superannotate/config.json successfully created.
Only Team owners who have a PRO subscription can retrieve the Python SDK authorization token.
Updated 27 days ago