Unique Python SDK
The official Python SDK for the Unique AI Platform. Provides API resources for search, content management, chat completions, folder operations, webhooks, and more — plus an interactive CLI file explorer.
Installation
pip install unique-sdk
Or with uv:
uv pip install unique-sdk
Quick Start
import unique_sdk
unique_sdk.api_key = "ukey_..."
unique_sdk.app_id = "app_..."
results = unique_sdk.Search.create(
user_id="user_123",
company_id="company_456",
searchString="quarterly report",
searchType="COMBINED",
limit=10,
)
CLI (Experimental)
The SDK ships with unique-cli, a Linux-like file explorer for the Unique knowledge base:
# Set required env vars
export UNIQUE_API_KEY="ukey_..."
export UNIQUE_APP_ID="app_..."
export UNIQUE_USER_ID="user_..."
export UNIQUE_COMPANY_ID="company_..."
# Interactive shell
unique-cli
# One-shot commands
unique-cli ls /Reports
unique-cli search "revenue growth" --limit 50
unique-cli upload ./report.pdf
Documentation
Visit https://unique-ag.github.io/ai/unique-sdk/ for the full documentation.
Release files for unique-sdk 2026.38.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unique_sdk-2026.38.0.tar.gz | 204.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unique_sdk-2026.38.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 456.8 kB
Release files / unique_sdk-2026.38.0.tar.gz
| Download URL | unique_sdk-2026.38.0.tar.gz |
|---|---|
| Size | 204.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5bab19ef1a2c974cdb10b681ec4499feb09de683a5512d8bace5e547d425aafd
|
|
BLAKE2b-256 checksum How to use checksums |
79493c4fd2010cb1428f478fd16bf6c4963188eade4a0ef1226d77b0934961a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / unique_sdk-2026.38.0-py3-none-any.whl
| Download URL | unique_sdk-2026.38.0-py3-none-any.whl |
|---|---|
| Size | 252.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fb987d6daebdc4895e8bf147525c90fd8766a2d02823cf71f5c5d45503184f70
|
|
BLAKE2b-256 checksum How to use checksums |
8480a25d9194fb3506063614a17ee2c82a6e05ffc6ced6b28f1298ddc5307a5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|