Anchora VaaS Documentation
Build tamper-proof applications with blockchain-backed data integrity. Add immutability and cryptographic proof to any app with simple APIs.
Quickstart
Get up and running with Anchora in 5 minutes. Create your first blockchain anchor.
API Reference
Complete API documentation with examples, parameters, and response schemas.
Authentication
Learn how to authenticate your API requests using Bearer tokens or API keys.
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"] }'
API Endpoints
Anchora VaaS provides multiple endpoints for different use cases:
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.