v2.0 API Available

Anchora VaaS Documentation

Build tamper-proof applications with blockchain-backed data integrity. Add immutability and cryptographic proof to any app with simple APIs.

Quick Example

Anchor your first piece of data with just a few lines of code:

curl -X POST https://api.anchora.io/v1/anchor/encrypted \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "data": {
      "name": "Alice Smith",
      "email": "alice@example.com",
      "ssn": "123-45-6789"
    },
    "encryptionKey": "your-strong-encryption-key-min-32-chars",
    "mutableFields": ["name", "email"],
    "immutableFields": ["ssn"]
  }'

Key Features

AES-256 Encryption

Military-grade encryption with PBKDF2 key derivation.

HIPAA Ready

Built-in compliance for healthcare and financial data.

Privacy Search

Hash-based search without exposing data.

GDPR Delete

Soft, hard, and complete deletion options.