Developer Libraries
SDKs
Official Python and JavaScript/TypeScript libraries for BGBlur API integrations.
Install
Python
pip install bgblur-aiJavaScript
npm install @bgblur/privacy-blurLibraries
Features
| Feature | Python | JavaScript |
|---|---|---|
| Face blur | Yes | Yes |
| License plate blur | Yes | Yes |
| Video anonymization | Yes | Yes |
| Custom object blur | Yes | Yes |
| Dataset processing | Yes | Yes |
| CLI tools | Yes | Yes |
| Type safety | Type hints | TypeScript |
| Error handling | Typed exceptions | Typed exceptions |