API REST חזק

אינטגרטו זיהוי PII ואנונימיזציה בכל אפליקציה. נקודות קצה פשוטות, תיעוד מקיף, מוכנה לארגונים.

התחלה מהירה

התחילו עם ה-API תוך דקות

התקינו את ה-SDK שלנו ובצעו את השיחה הראשונה שלכם עם ה-API

  • התקינו את ה-SDK לשפה שלכם
  • קבלו את טוקן ה-API שלכם מהלוח בקרה
  • בצעו את בקשת האנונימיזציה הראשונה שלכם
  • אינטגרטו לאפליקציה שלכם
// Analyze text for PII
const response = await fetch('https://blurgate.legal/api/presidio/analyze', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    text: 'Contact John Smith at john.smith@company.com',
    language: 'en'
  })
});

const results = await response.json();
// Returns detected entities with positions and confidence scores

נקודות קצה זמינות

POST/api/presidio/analyze

Analyze text to detect PII entities. Returns entity types, positions, and confidence scores.

View documentation →
POST/api/presidio/anonymize

Anonymize detected PII using your chosen method. Returns anonymized text.

View documentation →
POST/api/presidio/batch

Process multiple documents in a single request. Enterprise plans support up to 100 documents.

View documentation →
GET/api/health

Check API status and service health. No authentication required.

Public endpoint

תכונות ה-API

אימות JWT

אימות מבוסס טוקן מאובטח לכל השיחות עם ה-API

הגבלת קצב

הגבלות קצב הוגנות עם כותרות ברורות. הגבלות גבוהות יותר לארגונים

דוגמאות קוד

דוגמאות מוכנות לשימוש בשפות תכנות מרובות

התחילו לבנות היום

300 שיחות API חינם בחודש. אין צורך בכרטיס אשראי.