Datacenter in the EU · EU jurisdiction · OpenAI-compatible API
GRUNDEN.AIbeta
GLiNER

PII detection

Social-security numbers, names, email, phone, address.

§ 01

PII redaction

POST /v1/pii/redact — GLiNER model detects names, social-security numbers, email, phone, address etc. in free text and returns a masked version.

bash
curl https://api.grunden.ai/v1/pii/redact \
  -H "Authorization: Bearer $GRUNDEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"Anna Andersson ringde från 070-123 45 67."}'