Content ModerationPowered by AI
Instant content moderation for text and images. One HTTP request is all it takes.
Instant content moderation for text and images. One HTTP request is all it takes.
We help businesses and individuals to moderate content and make sure it meets their guidelines.
Explore the features that make Censorfy the best content moderation platform.
Text and Image
Moderate text and images with our powerful AI technology.
Categories
Add categories to better organize your moderations and get insights.
Custom Guidelines
Use custom guidelines to moderate your content and ensure it meets your rules.
API
Integrate our API to moderate your content and get the results in real-time.
Webhooks
Get notified when a moderation is created, updated, or deleted.
Workflows
Workflows allow you to take automated actions based on specific conditions.
Integrate in just a few minutes and a couple of lines of code.
fetch('https://censorfy.com/api/moderate', {
method: 'POST',
headers: {
'Authorization': 'cnsr_5r3w8ju3nedke1pan2iat77f33x69kkoj2224n01nvl',
'Content-Type': 'application/json'
},
body: JSON.stringify({
text: 'This is the text to moderate',
imageUrl: 'https://example.com/image.png'
})
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Choose the plan that best suits your needs.