Official Python SDK for ValidPay — AI-powered document verification platform
Project description
ValidPay Python SDK
Official Python SDK for ValidPay — AI-powered document verification platform.
Private Beta — This SDK is currently in private beta. Contact mike@validpay.io for API access.
Installation
pip install validpay
Quick Start
from validpay import ValidPayClient
client = ValidPayClient(api_key="your-api-key")
# Verify a document image
result = client.verify_document(image_path="check.png")
print(result["status"]) # "authentic" or "unverified"
# Decode a ValidPay QR code
decoded = client.decode_qr(qr_data="validpay://...")
print(decoded["document_type"])
Features
- Document verification via image upload
- QR code decoding and validation
- Check authenticity verification
- Patent-pending AI-powered analysis
Requirements
- Python 3.8+
- Active ValidPay API key
Links
- Website: https://validpay.io
- Documentation: https://validpay.io/docs
- Support: mike@validpay.io
License
MIT — Copyright (c) 2026 MiLu Technologies LLC
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
validpay-0.1.0.tar.gz
(2.9 kB
view details)
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 validpay-0.1.0.tar.gz.
File metadata
- Download URL: validpay-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e9cfbc4b38182b30cf8253a1a5d01c64c6de38103fee03e232e589d8e34fe82
|
|
| MD5 |
9b9db221b0448e6a45998224d81f3561
|
|
| BLAKE2b-256 |
032beed647e7d3d2c4d96bfdaf69b48625e0c05e250462f79054f588c47b9bb0
|
File details
Details for the file validpay-0.1.0-py3-none-any.whl.
File metadata
- Download URL: validpay-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634c778bad404217c5b854f81cc2e9dc3ae841c4b1c2f0bd576436866188b634
|
|
| MD5 |
c7fcb0e6b514fd4c5b16699f485ceb83
|
|
| BLAKE2b-256 |
7d0a61cdb1db4d555e8c4d2d718c9997e9b9d7e19aa8f1b5422b7f0eaa664aa0
|