Official Python SDK for the clearbound business verification & KYB API.
Project description
clearbound
Official Python SDK for the clearbound business verification & KYB API: registry checks, beneficial ownership (UBO), sanctions and PEP screening, document review, and continuous monitoring — one API, one auditable decision.
Installation
pip install clearbound
Requires Python 3.9+. No third-party dependencies.
Usage
import clearbound
client = clearbound.Client(api_key="sk_test_...") # or set CLEARBOUND_API_KEY
verification = client.verifications.create(
legal_name="Northwind Ventures LLC",
registration_number="DE-7421199",
country="US",
checks=["registry", "ubo", "sanctions", "documents"],
)
Plan required
API access is available on paid clearbound plans. Until a plan is active on
your account, every API call raises clearbound.PlanRequiredError:
try:
client.verifications.create(legal_name="Northwind Ventures LLC")
except clearbound.PlanRequiredError as err:
print(err) # Creating verifications requires an active clearbound plan...
Visit clearbound.xyz to activate a plan, or see the API 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 clearbound-0.1.0.tar.gz.
File metadata
- Download URL: clearbound-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
849ff6a4fe4aa29de17cfc6a5d718addc8f067ed6d24be14162049e5f6e16bf0
|
|
| MD5 |
12152b6127b506b8f273e521e57a8dd7
|
|
| BLAKE2b-256 |
ad72c07a03ae21d2f5ed6856ffb9a74cd8febf0a19a4c51473d8d359930e65b9
|
File details
Details for the file clearbound-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clearbound-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ab628c0f75b89df27ffc4a4050e35a12859b9e4d36310103b28a6dfbb6e356b
|
|
| MD5 |
34092c10bb833d318d5e1829c417b1d1
|
|
| BLAKE2b-256 |
0a87d2d989e767d94a43a4332bb740e2aacdb81b6900a5d10e4b4a9a4cc70bcd
|