HAIEC Documentation
Everything you need to integrate AI governance into your product
Popular Guides
Quick Start
Get started with HAIEC in under 5 minutes
terminal
# Install the HAIEC SDK
npm install @haiec/sdk
# Initialize in your project
import HAIEC from '@haiec/sdk';
const haiec = new HAIEC({
apiKey: process.env.HAIEC_API_KEY
});
# Run your first bias detection
const result = await haiec.detectBias({
text: "Looking for a young, energetic candidate"
});
console.log(result);
// { biasDetected: true, category: "age", severity: "high" }Need Help?
Can't find what you're looking for? Our team is here to help.