> ## 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.

# Python SDK

> Official Python SDK for Blindfold

```bash theme={null}
pip install blindfold-sdk
```

```python theme={null}
from blindfold import Blindfold

client = Blindfold()  # no API key needed
result = 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/python-sdk">
  All methods, configuration options, local scanner, batch processing, and examples.
</Card>
