Skip to content

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:

  1. Configure your credentials - Set up your API key and App ID
  2. Try the Quickstart guide - Make your first API call
  3. Explore API Resources - Learn about available APIs
  4. Try the CLI - Browse files interactively
  5. Check out Tutorials - See step-by-step tutorials