🚀 Early access to pepiko.ai's Safety APIs. Join the waitlist →

Response Validation APIBeta

A unified API for content classification, policy decisions, and response routing.
curl -X POST https://api.pepiko.ai/v1/classify \
  -H "Authorization: Bearer pk_live_xxx" \
  -d '{"text":"Can I sneak out?","user_age":"13-15"}'
OverviewAPIUse casesPricing

One call, both stages: classify and decide

Response Validation API bundles Risk Classification API and Policy Route into a single endpoint — it classifies the content (prompt or model output) and returns a policy decision in the same response, so every AI-generated response is validated before it reaches the user. This is the right starting point for most teams; reach for the individual products once you need to customize one stage independently of the other.
  • Classification + decision in one request
  • Works on prompts and model outputs
  • No separate routing logic to maintain
  • Same taxonomy and policy buckets as our other APIs