Classify content against the content policy
Check text or images against the content policy before you act on them.
OpenAI-compatible: input accepts a string, a batch of strings, or multimodal parts
with image URLs. Each result reports flagged plus per-category booleans and scores,
so you can set your own threshold rather than only trusting the flag.
Images must be PNG, JPEG, GIF or WebP; anything else is rejected up front rather than failing upstream.
Moderation is deliberately not gated by per-model allow-lists or usage caps — it is a safety primitive, and making it refusable would push callers toward skipping the check. Your key’s rate limits still apply.
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08 Body
Response
Moderation result(s).