Overview
This guide will help you set up Pixel Patrol and moderate your first piece of content in just a few minutes.Prerequisites
Before you begin, you’ll need:- A Pixel Patrol account (Sign up here)
- Your API credentials (found in your dashboard)
- Node.js 16+ or any HTTP client
Step 1: Create Your First Site
Sites represent your applications or projects that need moderation.1
Navigate to Sites
Go to the Sites page in your
dashboard
2
Create a New Site
Click “Create Site” and fill in: - Name: Your application name - URL:
Your application URL - Description: Brief description of your site
3
Save Your Site ID
After creation, copy your Site ID - you’ll need this for API calls
Step 2: Set Up Moderation Rules
Configure how content should be moderated for your site.- Quick Setup
- Custom Rules
Use our pre-configured rule templates:
- Go to Rule Groups → Create Rule Group
- Select a template (e.g., “Social Media Platform”)
- Adjust thresholds as needed
- Assign to your site
Step 3: Submit Your First Media
Now let’s submit content for moderation using the API.Step 4: Check Moderation Results
You can check the moderation results in two ways:Option 1: Polling
Check the status of your submitted media:Option 2: Webhooks (Recommended)
Set up a webhook endpoint to receive real-time notifications:- Go to your site settings
- Add your webhook URL
- Save the webhook secret for verification
Step 5: View Dashboard Analytics
Monitor your moderation activity in the dashboard:Queue Page
View all submitted media and their moderation status
Media Details
Detailed view of individual media items with AI analysis
Site Analytics
Track moderation statistics and webhook performance
Usage Tracking
Monitor your API usage and limits
Next Steps
API Reference
Explore the complete API documentation
Integration Guides
Framework-specific integration tutorials
Advanced Features
Learn about AI providers, batch processing, and more
Best Practices
Optimize your moderation workflow
Support
Need help? We’re here for you:- 📧 Email: support@pixelpatrol.net
- 💬 Discord: Join our community
- 📚 GitHub: Report issues