Installation¶
Install the Unique Python SDK from PyPI.
Requirements¶
- Python 3.11 or higher
Install via pip¶
pip install unique-sdk
Or with uv:
uv pip install unique-sdk
This installs the SDK with all required dependencies, including the unique-cli command-line tool.
Optional: OpenAI Integration¶
To use the OpenAI integration utilities:
pip install unique-sdk[openai]
Verify Installation¶
Verify the installation by importing the SDK:
import unique_sdk
print("SDK installed successfully")
Verify the CLI is available:
unique-cli --version
Next Steps¶
Now that you've installed the SDK:
- Configure your credentials - Set up your API key and App ID
- Try the Quickstart guide - Make your first API call
- Explore API Resources - Learn about available APIs
- Try the CLI - Browse files interactively
- Check out Tutorials - See step-by-step tutorials