recommendation action of your choice (typically review rather than reject).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Detect content about politics or religion when you want to keep discussions on-topic for your platform.
recommendation action of your choice (typically review rather than reject).
id | Type | Supported | What it does |
|---|---|---|---|
political | classifier | text, audio | Political content, discussions, or opinions. |
religion | classifier | text, audio | Religious content, discussions, or opinions. |
const political = response.policies.find(p => p.id === "political");
if (political?.flagged) {
await sendToReview(content);
}
Was this page helpful?