Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 573 Bytes

File metadata and controls

33 lines (21 loc) · 573 Bytes

Certive EDMS — Python Examples

Requires Python >= 3.8 and pip.

Setup

pip install -r requirements.txt
cp .env.example .env
# Edit .env and set your CERTIVE_API_KEY

Examples

Single stamp

Stamps one document and polls until confirmed on-chain.

python single_stamp.py ./your-document.pdf

Batch stamp

Stamps multiple documents in one job and polls until the job completes.

python batch_stamp.py ./doc1.pdf ./doc2.pdf ./doc3.pdf

API Reference

Full endpoint documentation: https://api.certive.id/docs