# Moderation API ## Docs - [CLAUDE](https://docs.moderationapi.com/CLAUDE.md) - [Manage team](https://docs.moderationapi.com/account/adding-team-members.md): How to add team members to your organization - [Quota usage](https://docs.moderationapi.com/account/quota-usage.md): Understanding how quota usage works and how to manage it is important for managing your costs. - [Manage plan](https://docs.moderationapi.com/account/upgrading.md): Get more quota and features by upgrading your plan - [Get account details](https://docs.moderationapi.com/api-reference/account/get-account-details.md): Get account details - [Create an action](https://docs.moderationapi.com/api-reference/actions/create-an-action.md): Create an action. - [Delete an action](https://docs.moderationapi.com/api-reference/actions/delete-an-action.md): Delete an action and all of its webhooks. - [Execute an action](https://docs.moderationapi.com/api-reference/actions/execute-an-action.md): Execute an action on a set of content items in a queue. - [Execute moderation action](https://docs.moderationapi.com/api-reference/actions/execute-moderation-action.md): Execute a moderation action on one or more content items. - [Get an action](https://docs.moderationapi.com/api-reference/actions/get-an-action.md): Get an action by ID. - [List moderation actions](https://docs.moderationapi.com/api-reference/actions/list-moderation-actions.md): List all available moderation actions for the authenticated organization. - [Update an action](https://docs.moderationapi.com/api-reference/actions/update-an-action.md): Update an action. - [Authentication](https://docs.moderationapi.com/api-reference/authentication.md): How to authenticate with the API - [Create a new author](https://docs.moderationapi.com/api-reference/author/create-a-new-author.md): Create a new author. Typically not needed as authors are created automatically when content is moderated. - [Delete an author](https://docs.moderationapi.com/api-reference/author/delete-an-author.md): Delete a specific author - [Get author details](https://docs.moderationapi.com/api-reference/author/get-author-details.md): Get detailed information about a specific author including historical data and analysis - [List authors (Enterprise)](https://docs.moderationapi.com/api-reference/author/list-authors.md): Get a paginated list of authors with their activity metrics and reputation - [Update author details](https://docs.moderationapi.com/api-reference/author/update-author-details.md): Update the details of a specific author - [Create an action](https://docs.moderationapi.com/api-reference/create-an-action.md): Create an action. - [Delete an action](https://docs.moderationapi.com/api-reference/delete-an-action.md): Delete an action and all of its webhooks. - [Errors](https://docs.moderationapi.com/api-reference/errors.md): Learn about the error codes and messages that Moderation API returns. - [Execute moderation action](https://docs.moderationapi.com/api-reference/execute-an-action.md): Execute a moderation action on one or more content items. - [Get an action](https://docs.moderationapi.com/api-reference/get-an-action.md): Get an action by ID. - [Introduction](https://docs.moderationapi.com/api-reference/introduction.md): The Moderation API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. - [List moderation actions](https://docs.moderationapi.com/api-reference/list-actions.md): List all available moderation actions for the authenticated organization. - [Submit content](https://docs.moderationapi.com/api-reference/moderate/submit-content.md): Submit text, image, video, audio, or object content for moderation analysis. - [Rate limits](https://docs.moderationapi.com/api-reference/rate-limits.md): Learn about API rate limits and how to work with them. - [Get a queue](https://docs.moderationapi.com/api-reference/review-queues/get-a-queue.md): Get a queue - [Get queue items](https://docs.moderationapi.com/api-reference/review-queues/get-queue-items.md): Get paginated list of items in a moderation queue with filtering options - [Get queue statistics](https://docs.moderationapi.com/api-reference/review-queues/get-queue-statistics.md): Get detailed statistics about a moderation queue including review times, action counts, and trends - [Resolve a queue item](https://docs.moderationapi.com/api-reference/review-queues/resolve-a-queue-item.md): Mark a queue item as resolved with a specific moderation action - [Unresolve a queue item](https://docs.moderationapi.com/api-reference/review-queues/unresolve-a-queue-item.md): Mark a previously resolved queue item as unresolved/pending - [Update an action](https://docs.moderationapi.com/api-reference/update-an-action.md): Update an action. - [Add words to wordlist](https://docs.moderationapi.com/api-reference/wordlist/add-words-to-wordlist.md): Add words to an existing wordlist - [Get embedding status](https://docs.moderationapi.com/api-reference/wordlist/get-embedding-status.md): Get the current embedding progress status for a wordlist - [Get wordlist](https://docs.moderationapi.com/api-reference/wordlist/get-wordlist.md): Get a specific wordlist by ID - [List wordlists](https://docs.moderationapi.com/api-reference/wordlist/list-wordlists.md): List all wordlists for the authenticated organization - [Remove words from wordlist](https://docs.moderationapi.com/api-reference/wordlist/remove-words-from-wordlist.md): Remove words from an existing wordlist - [Update wordlist](https://docs.moderationapi.com/api-reference/wordlist/update-wordlist.md): Update a wordlist - [Understand and act on API responses](https://docs.moderationapi.com/content-moderation/acting-on-responses.md): Learn what the API response contains and how to act on it. - [Analyze audio](https://docs.moderationapi.com/content-moderation/analyze-audio.md): How audio moderation works, supported formats, limits, and transcription quality settings. - [Analyze images](https://docs.moderationapi.com/content-moderation/analyze-images.md) - [Analyze videos](https://docs.moderationapi.com/content-moderation/analyze-videos.md) - [Optimizing accuracy](https://docs.moderationapi.com/content-moderation/optimizing-accuracy.md): The Moderation API is designed to work for a broad range of use cases, but you might need to make adjustments for optimal accuracy in your context. - [Automated content moderation](https://docs.moderationapi.com/content-moderation/overview.md): Learn to set up projects and submit content for moderation - [Content rules](https://docs.moderationapi.com/content-moderation/rules.md): Set up rules that decide whether content is allowed, sent to review, or rejected based on policy flags, severity, author trust, and language. - [Submitting content to Moderation API](https://docs.moderationapi.com/content-moderation/submit-content.md): How to submit content for moderation and which content types you can analyze with Moderation API. - [Thresholds](https://docs.moderationapi.com/content-moderation/thresholds.md): Tune what counts as flagged for each policy and what action the channel takes by default. These are your two main dials for the false positive / false negative trade-off. - [Adaptive model optimization](https://docs.moderationapi.com/custom-models/adaptive-model-optimization.md): Learn how to use the review queue to improve your custom models automatically. - [Custom models](https://docs.moderationapi.com/custom-models/overview.md): Create custom models in the dashboard. Tailored to your specific needs and improve accuracy for special use cases. - [Using a custom model](https://docs.moderationapi.com/custom-models/using.md) - [Concepts](https://docs.moderationapi.com/get-started/concepts.md): How organizations, projects, channels, and policies fit together in Moderation API. - [Get started](https://docs.moderationapi.com/get-started/introduction.md): Moderation API is a full stack content moderation solution. - [Content moderation for chats](https://docs.moderationapi.com/guides/chat-content-moderation.md) - [Creating a custom model](https://docs.moderationapi.com/guides/creating-a-custom-model.md): Learn how to create a custom model using Moderation API - [Content moderation for marketplaces](https://docs.moderationapi.com/guides/marketplace-content-moderation.md) - [Designing a moderation workflow](https://docs.moderationapi.com/guides/moderation-workflow.md) - [How to set up self-learning models](https://docs.moderationapi.com/guides/self-learning.md) - [Handling User-Flagged Content](https://docs.moderationapi.com/guides/user-flagged-content.md): Learn how to handle user-flagged content with the Moderation API - [Model Studio](https://docs.moderationapi.com/model-studio/overview.md): Use the Model Studio to create custom models for your moderation policies. - [Guidelines](https://docs.moderationapi.com/policies/guidelines.md): Define custom moderation rules in natural language. Each guideline is evaluated by an LLM against submitted content and returned as its own policy. - [Illicit & Regulated](https://docs.moderationapi.com/policies/illicit.md): Detect illegal activities and regulated content categories like drugs, alcohol, firearms, gambling, adult products, and crypto. - [NSFW](https://docs.moderationapi.com/policies/nsfw.md): Detect sexual content, flirtation, profanity, violence, and self-harm across text, image, video, and audio. - [Policies](https://docs.moderationapi.com/policies/overview.md): Reference for the moderation policies you can enable in a channel and how each one scores content. - [Privacy](https://docs.moderationapi.com/policies/privacy.md): Detect and mask personal information, contact details, and attempts to share them in obfuscated ways. - [Spam & Security](https://docs.moderationapi.com/policies/spam.md): Detect spam, self-promotion, code abuse, phishing attempts, and mask URLs in user-generated content. - [Topics](https://docs.moderationapi.com/policies/topics.md): Detect content about politics or religion when you want to keep discussions on-topic for your platform. - [Toxicity & Hate](https://docs.moderationapi.com/policies/toxicity.md): Detect toxic language, severe toxicity, and hate-based content including discrimination, racism, and extremism. - [URL Risk](https://docs.moderationapi.com/policies/url-risk.md): Real-time risk scoring for URLs in user-generated content. Catch phishing, malware, brand impersonation, and credential-harvesting links before they reach your users. - [Content moderation with .NET](https://docs.moderationapi.com/quickstart/dotnet.md): Learn how to moderate content using Moderation API's REST endpoints with .NET - [Content moderation with Go](https://docs.moderationapi.com/quickstart/go.md): Learn how to moderate content using Moderation API's REST endpoints with Go - [Content moderation with Java](https://docs.moderationapi.com/quickstart/java.md): Learn how to moderate content using Moderation API's REST endpoints with Java - [Content moderation with PHP](https://docs.moderationapi.com/quickstart/php.md): Learn how to moderate content using Moderation API's PHP SDK - [Content moderation with Python](https://docs.moderationapi.com/quickstart/python.md): Learn how to moderate content using Moderation API's Python SDK - [Content moderation with Ruby](https://docs.moderationapi.com/quickstart/ruby.md): Learn how to moderate content using Moderation API's Ruby SDK - [Content moderation with TypeScript](https://docs.moderationapi.com/quickstart/typescript.md): Learn how to moderate content using Moderation API's TypeScript SDK - [Generate Client Libraries](https://docs.moderationapi.com/resources/generate-client-openapi.md): Learn how to generate client libraries with our OpenAPI specification - [Integrations](https://docs.moderationapi.com/resources/integrations.md) - [SDKs](https://docs.moderationapi.com/resources/sdks.md): Moderation API's server-side helper libraries (also known as server-side SDKs) reduce the amount of work required to use the REST APIs, starting with reducing the boilerplate code you have to write. - [Queue actions](https://docs.moderationapi.com/review-queues/actions.md): Learn how to use actions to moderate content and users - [Configuring review queues](https://docs.moderationapi.com/review-queues/configuration.md) - [Integrating with your application](https://docs.moderationapi.com/review-queues/integrations.md) - [Inviting moderators](https://docs.moderationapi.com/review-queues/inviting-moderators.md) - [Review queues](https://docs.moderationapi.com/review-queues/overview.md): What are review queues and how do they work? - [Submitting content to review queues](https://docs.moderationapi.com/review-queues/submit-content.md): How to submit content to review queues - [Translating queue items](https://docs.moderationapi.com/review-queues/translation.md): Translate text, object fields, and audio transcripts in the review queue with one click - [How to Use Review Queues](https://docs.moderationapi.com/review-queues/using-queues.md): A step-by-step guide to reviewing and managing content that has been flagged for moderation - [Webhooks](https://docs.moderationapi.com/review-queues/webhooks.md) - [Reviewer wellness](https://docs.moderationapi.com/review-queues/wellness.md): Control how sensitive images and videos appear in the review queue with blur, grayscale, and video muting - [Todo](https://docs.moderationapi.com/todo.md) - [User moderation actions](https://docs.moderationapi.com/users/actions.md): Block, suspend, and manage users with built-in moderation actions - [Fraud Detection](https://docs.moderationapi.com/users/fraud-detection.md): Advanced behavioral analysis and fraud detection signals to identify suspicious users and prevent sophisticated attacks - [User moderation](https://docs.moderationapi.com/users/overview.md): Learn how to manage users to improve moderation - [Trust Levels](https://docs.moderationapi.com/users/trust-levels.md): Understand how trust levels work and how to use them in your moderation workflow - [Updating authors](https://docs.moderationapi.com/users/updating-authors.md): Update authors with data to improve trust scoring and dashboard details - [Wordlists](https://docs.moderationapi.com/wordlists/overview.md): Smart wordlists that understand semantic meaning, similar words, and obfuscations ## OpenAPI Specs - [openapi.documented](https://app.stainless.com/api/spec/documented/moderation-api/openapi.documented.yml) - [openapi](https://docs.moderationapi.com/openapi.json) ## Optional - [Changelog](https://product.moderationapi.com/changelog) - [Email support](mailto:support@moderationapi.com)