No project description provided
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unique_sdk-0.10.99.tar.gz.
File metadata
- Download URL: unique_sdk-0.10.99.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95849bd11569ebb0de64ec06c31d2ef80a29ab54a7f3218915279d894f47d489
|
|
| MD5 |
f58b50674b6ab592ce10511709fb7efa
|
|
| BLAKE2b-256 |
c19e4b89d15a7f7ce16681a2333927a7ff7685f2871f7bd1c1035207dbc07567
|
File details
Details for the file unique_sdk-0.10.99-py3-none-any.whl.
File metadata
- Download URL: unique_sdk-0.10.99-py3-none-any.whl
- Upload date:
- Size: 98.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.11 {"installer":{"name":"uv","version":"0.10.11","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc8f364cdf24ae4acaccdea9c8f6ef6c0143ad9b18f6d001fe09ad8093afb23
|
|
| MD5 |
47db503ab02c9818d17b59ab9e945564
|
|
| BLAKE2b-256 |
de41df8a960799e88c3d0ac250810d86fbebb0b875bbe5cf2400e35342465fd1
|