Try It Instantly (Free, No API Key)
All SDKs include local mode with 86 regex-based entity types and all 8 operations (detect, tokenize, redact, mask, hash, encrypt, synthesize, detokenize). Your data never leaves your infrastructure. You only need an API key if you want NLP-powered detection via the Cloud API.- Python
- JavaScript
- Java
- Go
- .NET
Local mode is free forever. No data leaves your infrastructure — everything runs in-process with zero network calls. Supports 86 regex-based entity types (emails, phones, credit cards, SSNs, IBANs, and more) and all 8 privacy operations.
Step 1: Create an Account
Sign up for a Blindfold account to get started.Create Account
Create your free account at app.blindfold.dev
Step 2: Generate an API Key
Once logged in, navigate to the API Keys section to create your first API key.1
Go to API Keys
In the dashboard, click on API Keys in the sidebar navigation.
2
Create New Key
Click the Create API Key button.
3
Name Your Key
Give your API key a descriptive name (e.g., “Development”, “Production App”).
4
Copy Your Key
Copy the generated API key and store it securely. You will not be able to see it again.
Step 3: Make Your First API Call
Choose your preferred integration method and make your first request.- Python
- JavaScript
- Java
- Go
- .NET
- cURL
Install the Python SDK and tokenize your first text.
Step 4: Restore Original Data (Detokenize)
After sending tokenized data to AI or processing, you can restore the original values using the mapping.- Python
- JavaScript
- Java
- Go
- .NET
- cURL
Complete Privacy Flow: Tokenize → Process with AI → DetokenizeThis ensures AI providers never see real PII, meeting GDPR and EU AI Act requirements.
Response Format
All responses include:text- Protected textentities_count- Number of PII items founddetected_entities- Details about what was foundmapping- Token mapping (tokenize only)
Use Policies for Easy Compliance
Instead of specifying entities manually, use pre-configured compliance policies:- Python
- JavaScript
- Java
- Go
- .NET
- cURL
basic- Names, emails, phonesgdpr_eu- GDPR compliancehipaa_us- Healthcare compliancepci_dss- Payment card compliancestrict- Maximum protection
Next Steps
Now that you have made your first API call, explore more features:Python SDK Guide
Learn about all Python SDK features and methods.
JavaScript SDK Guide
Explore JavaScript/TypeScript SDK capabilities.
Java SDK Guide
Sync and async clients for Java 11+.
Go SDK Guide
Zero-dependency SDK with context support.
.NET SDK Guide
async/await for .NET 6, 8, and Standard 2.1.
REST API Reference
Complete API endpoint documentation.
AI Integrations
OpenAI, Anthropic Claude, Gemini, LangChain, and more.
See Examples
Real-world use cases and integration patterns.
Need Help?
Support
Contact us at support@blindfold.dev for support and questions.