AI & ML11 toolsPaste one API key
Moderation API integration for AI agents
Moderation API provides content detection, human review workflows, author management, and moderation actions for online platforms.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Moderation API once and call the same tools from all of them.
Setup
Connect Moderation API through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Moderation API exposes 11 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
moderationapi_get_account | Return the connected Moderation API account, plan, current project, and current quota values | Read |
moderationapi_get_review_queue | Return metadata and item counts for a review queue by ID | Read |
moderationapi_get_wordlist | Return one wordlist and its current words by ID | Read |
moderationapi_list_actions | List moderation actions available to the organization, optionally restricted to a review queue | Read |
moderationapi_list_review_queue_items | List and filter one page of moderation items in a review queue | Read |
moderationapi_list_wordlists | List the organization's wordlists and their identifiers | Read |
moderationapi_evaluate_content | Evaluate content without retaining it or adding it to a review queue, and return policy | Read |
moderationapi_modify_wordlist_words | Add words to or remove words from an existing wordlist | Read |
moderationapi_set_review_queue_item_status | Mark a review queue item resolved or return it to pending | Write |
moderationapi_submit_content_for_moderation | Evaluate content and allow Moderation API to retain it and add it to a review queue according | Read |
moderationapi_execute_action | Apply a discovered moderation action to content items or authors | Read |