Content Filter API POST

Content Filter checks URLs against a comprehensive blocklist of 200,000+ domains categorized as ads-malware, fake news, gambling, adult content, or social media. Returns the specific category for blocked domains.

Try it — live request, no key required

Request
POSTapi.apiverve.com/v1/contentfilter
Verification
Format

No key required to try it. Get a key to use it in your app.

200 OK
{
  "status": "ok",
  "error": null,
  "data": {
    // Content Filter response payload
  }
}

About the Content Filter API

Content Filter uses the StevenBlack hosts project which aggregates blocklists from multiple reputable sources. Each domain is categorized into one of five categories: ads-malware, fakenews, gambling, porn, or social. Updated daily.

What people use it for

Parental Controls
Block inappropriate content for children including adult sites, gambling, and fake news
Workplace Filtering
Keep employees focused by detecting social media and entertainment sites
Safe Browsing Apps
Build family-friendly browsers that warn users about unsafe content
Content Moderation
Screen user-submitted URLs before allowing them on your platform

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Content Filter

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Content Filter API.

Read the docs
What does the Content Filter API do?
Content Filter checks URLs against a comprehensive blocklist of 200,000+ domains categorized as ads-malware, fake news, gambling, adult content, or social media. Returns the specific category for blocked domains.
How do I authenticate Content Filter API requests?
Pass your API key in the x-api-key header over HTTPS. One key works across all 300+ APIVerve APIs — there are no per-endpoint credentials.
How much does the Content Filter API cost?
Each call spends 2 credits from your shared pool. The free tier includes 200 credits every month, and paid plans add more headroom.
How fast is the Content Filter API?
Response time depends on the endpoint — the p50 through p99 latency for this API is published on this page. Requests are served over HTTPS through a global edge network.
What response formats does the Content Filter API support?
JSON by default, plus XML and YAML via the format parameter. GraphQL and an MCP interface for AI agents are available across the catalog.
What HTTP method does the Content Filter API use?
POST over HTTPS, following standard REST conventions with a consistent { status, error, data } response envelope.

Ready to build with Content Filter? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs