Official Python client for Vaultik AI Authentication API
Project description
vaultik-api-client
Official Python client for Vaultik AI Authentication API.
Installation
pip install vaultik-api-client
Quick Start
from vaultik import VaultikClient
client = VaultikClient(api_key='vaultik_...')
# Analyze product
result = client.analyze(
image_paths=['watch1.jpg', 'watch2.jpg'],
metadata={
'productBrand': 'Rolex',
'productName': 'Submariner'
}
)
print(f"Certificate ID: {result['certificateId']}")
Features
- ✅ Type hints throughout
- ✅ Async support
- ✅ Automatic polling
- ✅ Photo challenge handling
- ✅ Progress callbacks
- ✅ Comprehensive error handling
- ✅ Python 3.8+
Documentation
Full documentation: https://app.vaultik.com/dashboard/developer/docs
License
MIT
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 vaultik_api_client-1.0.0.tar.gz.
File metadata
- Download URL: vaultik_api_client-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb960b006d03f426b51146bf7e3a8c7dc4a2807b4a56fc21c565ef80f8dddf8
|
|
| MD5 |
289815b2d56e2d2db98140a3000ef4e9
|
|
| BLAKE2b-256 |
eb719978c345a37d9c474f251211798e2fd50d78a0f3c1fc47ad83add2dc57d6
|
File details
Details for the file vaultik_api_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vaultik_api_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
082d4e3ab25559cee5921d33596a222057685b1a03fb086b8a76ff66710a468b
|
|
| MD5 |
4f791663f1a1856be8f17cccfc11ae76
|
|
| BLAKE2b-256 |
c90f7951596318808a888e16670c8537025a7155b740d7a5863a2454f5aed6a6
|