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.36.2
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.36.2.tar.gz | 204.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unique_sdk-2026.36.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 455.8 kB
Release files / unique_sdk-2026.36.2.tar.gz
| Download URL | unique_sdk-2026.36.2.tar.gz |
|---|---|
| Size | 204.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c9b582b442c7b36926a9d4dd2f563eb5bbb1595fe626254e5cb60264afb65f84
|
|
BLAKE2b-256 checksum How to use checksums |
4f4371c9a4b3cc47137525009cac2d54e2804b9fa630be0006e66d6a0e44fa7b
|
| 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.36.2-py3-none-any.whl
| Download URL | unique_sdk-2026.36.2-py3-none-any.whl |
|---|---|
| Size | 251.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a086a1f63f209150933e5b17a779d4d950e7564121664864a41b23d460cc2f10
|
|
BLAKE2b-256 checksum How to use checksums |
a7c4945b2aa0aff392bfbb12c3957aecd38f14e3966962cabe31fadd9ce227d2
|
| 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}
|