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 Widget

3-Step Alterscheck zum Einbetten auf deiner Website

Live Preview

Widget Features

  • âś… 3-Step Flow (Selfie → Ausweis → Email)
  • âś… Clerk Magic Link Email-Verifizierung
  • âś… Image Compression (max 4MB)
  • âś… Modern & Responsive Design
  • âś… PostMessage API fĂĽr Callbacks

Embed Code

HTML
<!-- PersoCheck Widget -->
<div id="persocheck-widget"></div>
<script
  src="https://persocheck.com/embed.js"
  data-api-key="YOUR_API_KEY">
</script>
iFrame
<iframe
  src="https://persocheck.com/de/widget?apiKey=YOUR_API_KEY"
  width="500"
  height="700"
  frameborder="0">
</iframe>
React
<iframe
  src={`https://persocheck.com/de/widget?apiKey=${apiKey}`}
  width="500"
  height="700"
  frameBorder="0"
/>

Callback Handling

// Listen for verification complete event
document.addEventListener('persocheck-complete', (event) => {
  const result = event.detail
  console.log('Verification:', result)
  // {
  //   verified: true,
  //   confidence: 0.89,
  //   age: 28,
  //   firstName: "Max"
  // }
})

đź’ˇ Tipp: Ersetze YOUR_API_KEY mit deinem API Key aus dem Dashboard.

Bereit loszulegen?

100 Credits kostenlos. Keine Kreditkarte erforderlich.

Persocheck - Sichere Identitätsverifizierung