What problem does it solve?
This Skill automates the process of scanning creator profiles for prohibited and restricted content, saving time and reducing manual errors.
Core Features & Use Cases
- ToS Compliance Scanning: Analyze creator profiles against terms of service for prohibited content.
- Prohibited-Content Analysis: Identify potential violations of platform rules.
- Asynchronous Scan Lifecycle: Submit profiles for analysis and receive results via webhook or polling.
- API Key Management: Create, list, and revoke API keys for organization access.
- Webhook Integration: Receive scan results asynchronously to integrate with your workflow.
Quick Start
Submit your first scan using the Tumban API with the provided API key: curl -X POST https://api-v2.tumban.com/api/v2/scan/deep -H "Authorization: Bearer sk_your_api_key" -H "Content-Type: application/json" -d '{"profile_url": "https://creator.example/username", "callback_url": "https://your-app.example/webhooks/tumban", "metadata": {"reviewer_id": "rv_42"}}'