Skip to main content

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 (Images-only)

from vaultik import VaultikClient

client = VaultikClient(api_key='vaultik_...')

# Analyze product (images only); optionally skip photo challenges
result = client.analyze(
    image_paths=['watch1.jpg', 'watch2.jpg'],
    metadata=None,
    skip_photo_challenges=True
)

print(f"Certificate ID: {result['certificateId']}")

Features

  • ✅ Type hints throughout
  • ✅ Streaming (SSE) helper
  • ✅ Automatic polling
  • ✅ Photo challenge handling
  • ✅ Progress callbacks
  • ✅ Comprehensive error handling
  • ✅ Python 3.8+

Streaming (SSE)

def handle_msg(evt):
    print('event:', evt.get('event'), 'data:', evt.get('data'))

client.stream_job(job_id='your_job_id', on_message=handle_msg)

Documentation

Full documentation: https://app.vaultik.com/dashboard/developer/docs

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vaultik_api_client-1.1.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vaultik_api_client-1.1.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file vaultik_api_client-1.1.0.tar.gz.

File metadata

  • Download URL: vaultik_api_client-1.1.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for vaultik_api_client-1.1.0.tar.gz
Algorithm Hash digest
SHA256 709f53a174799734d14d7f07d758f7d9acc573ba1dd8767c1d937e836603217e
MD5 ea74b90a9552eab603bc1159a0feb224
BLAKE2b-256 26a5efe96b17d306767f7bb601d37b6ffb3aa2a9f33ee8daa41e742b9c30e0fe

See more details on using hashes here.

File details

Details for the file vaultik_api_client-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vaultik_api_client-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2282d6a080affdc92ceeda87b1ddebb686bab120cb5e8e1bf4bfc2a86656d6c6
MD5 ac571a882af29ce2b2ba67efc99114d5
BLAKE2b-256 f937f948075b1612c4c6b46166d0fc5f7539bdc63e1ba2ba4a2e85e4a639df47

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page