ParseRail
api.thecompound.tech/v1
39 endpoints1 paused242/242 checks passingcredits from $20

Content & moderation

Content moderation

Text or an image against YOUR policy → allow, review, or block, with the categories and excerpts that drove the call.

POST/v1/moderate$0.02/item, 2 credits, charged only on success300 calls a minute per key

The example in the published schema

charged 0 credits
  1. auth (bearer key)
  2. per-key throttle
  3. validate body
  4. balance precheck
  5. run the capability
  6. charge credits ON SUCCESS ONLY
  7. JSON
The request body/v1/moderate
{
  "text": "This supplement cures anxiety in 3 days, guaranteed — DM me for a discount code.",
  "policy": "No medical claims. No off-platform solicitation."
}
The responsepublished example
// sending the call
// 0 credits charged so far
curl https://api.thecompound.tech/v1/moderate \
  -H "Authorization: Bearer $COMPOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"This supplement cures anxiety in 3 days, guaranteed — DM me for a discount code.","policy":"No medical claims. No off-platform solicitation."}'

Scored

6 of 6 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score

The Content & moderation guide has this endpoint with its example response. The reference has every parameter.

More from Content & moderation

Get a key and buy credits