Secure your AI and human content with cryptographic provenance. PureStamp issues and verifies invisible stamps to ensure only trusted data powers your RAG and pipelines.
Issue invisible stamps to your files; verify inbound content before it reaches your vector DB.
Built for a world of AI and human content, ensuring trust at every step.
Add cryptographic stamps to your content, marking authorship (Human, AI, or Unknown) for downstream trust.
Gate untrusted content before it enters your RAG, S3 pipelines, or vector DBs with automated verification.
Track every file with receipts storing who, when, and what, accessible via API for audits and dashboards.
Seamlessly integrate trust into your data pipelines in three steps.
BASE=https://qer7w7y40c.execute-api.us-east-1.amazonaws.com/prod
KEY=<your-api-key>
# Get upload URL
curl -X POST "$BASE/upload-url" \
-H "x-api-key: $KEY" -H "Content-Type: application/json" \
-d '{"filename":"doc.pdf","contentType":"application/pdf"}'
# Issue stamp
curl -X POST "$BASE/purestamp/issue" \
-H "x-api-key: $KEY" -H "Content-Type: application/json" \
-d '{"s3_uri":"s3://bucket/key","mime_type":"application/pdf","who":"Human","model":"None"}'
# Verify content
curl -X POST "$BASE/purestamp/verify" \
-H "x-api-key: $KEY" -H "Content-Type: application/json" \
-d '{"s3_uri":"s3://bucket/key","mime_type":"application/pdf"}'
Full API Documentation
Start for free, scale with confidence. Aligned with your API usage needs.
Perfect for developers and small projects
For production-grade applications
Custom solutions for large-scale needs
Everything you need to know about PureStamp.
PDF, DOCX, TXT, JSON, PNG, and JPEG. More formats coming soon.
Yes, you can mark content as Human, AI (specifying the model), or Unknown. Verification returns authorship details.
Serverless on AWS with API Gateway, Lambda, S3, and KMS. Optional AWS Marketplace metering available.
PureStamp uses AWS KMS for cryptographic HMAC signatures, ensuring tamper-proof provenance. Text uses invisible zero-width characters; files use S3 metadata.
Get started with PureStamp’s API or demo UI to secure your AI and human content in minutes.