Skip to main content
npm install @blindfold/sdk
import { Blindfold } from '@blindfold/sdk'

const client = new Blindfold()  // no API key needed
const result = await client.detect("Email john@acme.com, SSN 123-45-6789")

Full documentation on GitHub

All methods, configuration options, local scanner, batch processing, and examples.