PieEye Classifier API

Powerful privacy policy analysis at your fingertips. Integrate PII detection and compliance checking directly into your applications.

View Docs

API Features

Everything you need to analyze privacy policies programmatically

🔍

PII Detection

Automatically identify personal information collection, processing, and sharing practices in privacy policies.

Real-time Analysis

Get instant results with our high-performance API that processes policies in seconds, not minutes.

🌍

Global Compliance

Check compliance with GDPR, CCPA, CPRA, and other major privacy regulations worldwide.

📊

Structured Data

Receive analysis results in clean JSON format, perfect for integration with your existing systems.

🔒

Secure & Private

Your data never leaves our secure processing environment. We don't store or log policy content.

📈

Scalable

From a few requests per day to millions per month - our API scales with your needs.

Quick Start

Get started with the PieEye API in minutes

1. Get Your API Key

Sign up for an account and get your API key from the dashboard.

curl -X POST https://api.pieeye.ai/auth/keys

2. Analyze a Privacy Policy

Send a privacy policy URL or text content to our analysis endpoint.

curl -X POST https://api.pieeye.ai/v1/analyze \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/privacy-policy",
    "format": "detailed"
  }'

3. Process the Results

Get comprehensive analysis results in structured JSON format.

{
  "analysis_id": "12345",
  "url": "https://example.com/privacy-policy",
  "compliance": {
    "gdpr": "compliant",
    "ccpa": "partial",
    "cpra": "non_compliant"
  },
  "pii_detected": [
    {
      "type": "email_address",
      "collection": "explicit",
      "purpose": "marketing",
      "sharing": "third_party"
    }
  ],
  "recommendations": [...]
}

API Pricing

Developer

Free
  • ✓ 100 requests/month
  • ✓ Basic PII detection
  • ✓ Community support

Professional

$99/mo
  • ✓ 10,000 requests/month
  • ✓ Full compliance checking
  • ✓ Priority support
  • ✓ Custom webhooks

Enterprise

Custom
  • ✓ Unlimited requests
  • ✓ Custom models
  • ✓ Dedicated support
  • ✓ SLA guarantee