> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blindfold.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# JavaScript SDK

> Official JavaScript/TypeScript SDK for Blindfold

```bash theme={null}
npm install @blindfold/sdk
```

```typescript theme={null}
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")
```

<Card title="Full documentation on GitHub" icon="github" href="https://github.com/blindfold-dev/Blindfold/tree/main/packages/js-sdk">
  All methods, configuration options, local scanner, batch processing, and examples.
</Card>
