Technical guides and API documentation for PieEye
Welcome to PieEye! This guide will help you integrate our privacy compliance tools into your website or application.
Add the PieEye script to your website to get started with cookie compliance:
<script src="https://cdn.pii.ai/pieeye.js" data-site-id="your-site-id"></script>
Customize your privacy tools with these configuration options:
window.PieEyeConfig = {
cookieBanner: {
position: "bottom",
theme: "light",
showDeclineButton: true
},
consentMode: "opt-in",
languages: ["en", "es", "fr"]
};
Analyze privacy policies programmatically
POST /api/v1/analyze
Automate DSR processing
POST /api/v1/dsr
Manage user consent preferences
GET /api/v1/consent/:userId
Our technical team can help with custom integrations and implementation
Contact Support