Coming Soon

Ship child safety. One endpoint.

The Aletheia API is currently in closed beta. General availability opens to developers soon. Request early access and we'll reach out when your seat is ready.

98.5%
Detection AUC
<38ms
Avg Response
REST
JSON in, JSON out
Zero
Data Retention
API Preview

How it works

POST a conversation. Get back a structured assessment: harmfulness score, predatory-user identification, risk tier, confidence, and latency. That's it.

Authentication

Every request carries a bearer token. Create and revoke API keys from your account dashboard once you're approved.

$ curl https://api.polycreek.org/v2/predict \
-H "Authorization: Bearer sk-aletheia-..." \
-H "Content-Type: application/json"
POST /v2/predict

Single Prediction

Score one conversation in real time. Use this for live moderation on chat, DM, and messaging platforms.

  • Sub-50ms p95 latency
  • Multi-task output: harmfulness, predator ID, risk tier
  • Per-request pricing on standard tier
Response
{
"harmfulness_score": 0.9134,
"is_harmful": true,
"risk_level": "Critical",
"predatory_user": "user2",
"user_probabilities": {
"user1": 0.031,
"user2": 0.947,
"neither": 0.022
},
"confidence": 0.9268,
"latency_ms": 43
}
Batch Request
{
"conversations": [
{ "id": "c_001", "messages": [...] },
{ "id": "c_002", "messages": [...] },
{ "id": "c_003", "messages": [...] }
],
"mode": "batch",
"webhook_url": "https://..."
}
POST /v2/predict/batch

Batch Processing

Queue thousands of conversations for asynchronous scoring. Ideal for historical audits, backfills, and trust & safety review queues.

  • Webhook or polling delivery
  • Volume-based enterprise pricing
  • Conversations scored and discarded — zero retention
Pricing

Two tiers. One mission.

Pricing reflects operational cost, not profit. Polycreek is a 501(c)(3) nonprofit — every request funds continued research into child safety AI.

Standard

Per-request

Pay for what you use. Ideal for startups, indie developers, and platforms testing integration.

  • Single-prediction endpoint
  • Community rate limits
  • Email support
  • Zero CSAM stored, ever
Request Access
Recommended
Enterprise

Annual subscription

For platforms, law enforcement agencies, and institutions integrating Aletheia at scale.

  • Batch + streaming endpoints
  • Dedicated throughput and SLA
  • Optional in-house NCMEC reporting by Polycreek analysts
  • Custom data-processing agreements
Talk to Sales

Join the early-access list.

Be first in line when the Aletheia API opens to the public.

Request Early Access