PersoCheck
AgeCheck API
🚀 DSGVO-konform • 95%+ Accuracy • < 3s Response

Altersverifikation
für Webmaster

Automatisierte Age-Verification per Selfie + Ausweis. Eine API-Call, alle Daten. Keine KI-Kenntnisse nötig.

curl
curl -X POST https://api.persocheck.com/v1/verify \
  -H "X-API-Key: pk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "selfieUrl": "https://...",
    "documentUrl": "https://..."
  }'

🧪 Live Demo

Probiere die API direkt aus. Kein Login erforderlich.

Warum PersoCheck?

Die schnellste und genaueste Age-Verification API

Blitzschnell

Durchschnittliche Response-Zeit: 2.4 Sekunden

  • Parallel Processing
  • Edge Computing
  • Optimierte AI-Models

DSGVO-konform

Auto-Delete nach 24 Stunden

  • EU-Hosting (Frankfurt)
  • AES-256 Verschlüsselung
  • Audit Logs

95%+ Genauigkeit

Face-Match Threshold: 0.60

  • FaceNet (128D Embeddings)
  • Tesseract.js MRZ OCR
  • Multi-Document Support

Faire Preise

Pay-per-use. Keine Setup-Gebühren. Jederzeit kündbar.

STARTER
€49
pro Monat
  • 100 Verifications inkl.
  • €0.50 pro weitere
  • Standard Support
  • API Dokumentation
BELIEBTESTE
PROFESSIONAL
€199
pro Monat
  • 500 Verifications inkl.
  • €0.40 pro weitere
  • Priority Support
  • Webhooks
  • Dedicated Slack
ENTERPRISE
Custom
Individuell
  • Custom Volume
  • Custom Pricing
  • 99.9% SLA
  • White-Label Option
  • On-Premise Deploy
Kontakt aufnehmen

📦 Embeddable Widgets

Wähle zwischen vollständigem Widget oder schlankem Email-Check

Live Preview

Complete Widget Features

  • 📧Email Verification - 6-digit code via email
  • 📱QR Code Scan - Proves user is online
  • 🤳Selfie Upload - Live photo with EXIF
  • 🪪Document Upload - ID card or passport
  • 🔒Security Checks - Anti-fraud protection
  • 🌍Multi-Language - DE, EN, FR, ES

Embed Code

HTML Embed
<!-- PersoCheck Complete Widget -->
<div id="persocheck-widget"></div>
<script
  src="https://persocheck.com/embed.js"
  data-api-key="YOUR_API_KEY">
</script>
iFrame (Empfohlen)
<iframe
  src="https://persocheck.com/de/widget-test"
  width="600"
  height="900"
  frameborder="0"
  style="border-radius: 16px;">
</iframe>
React / Next.js
<iframe
  src={`https://persocheck.com/${locale}/widget-test`}
  width={600}
  height={900}
  frameBorder={0}
  style={{ borderRadius: "16px" }}
/>

Callback Handling

// Listen for verification result
window.addEventListener('message', (event) => {
  if (event.data.type === 'persocheck-complete') {
    const result = event.data.result
    console.log('✓ Verification complete:', result)

    // Result includes:
    // - verified: true/false
    // - age: number
    // - emailVerified: true/false
    // - confidence: 0.0-1.0
    // - security.overallScore: 0-110
  }
})
💡

Integration Hinweise

  • ✓ Empfohlene Mindest-Größe: 600×900px
  • ✓ Widget ist vollständig responsive (funktioniert auch auf Mobilgeräten)
  • ✓ Callback wird via postMessage gesendet
  • ✓ API-Key erforderlich (kostenlos im Dashboard)

Bereit loszulegen?

100 Credits kostenlos. Keine Kreditkarte erforderlich.

Persocheck - Sichere Identitätsverifizierung