Detecting PII and Sensitive Data

Get up and running with our API in just a few steps.

1. Create an account

Sign up, create your workspace, and invite your team.

# Choose a workspace and copy your API key
PEPIKO_API_KEY=pk_live_xxx

2. Get your API key

Find your API key in the dashboard under Settings → API Keys.

3. Make your first request

curl -X POST https://api.pepiko.ai/v1/child-safety/classify \
  -H "Authorization: Bearer $PEPIKO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"Can I sneak out?","user_age":"13-15"}'

4. Understand the response

Use the risk level, policy bucket, and recommended action to decide what your product should do next.

View full API docs