API Documentation
Integrate Brand Vigilant's brand protection capabilities directly into your applications, workflows, and security tools.
Full Documentation Coming Soon
We're preparing comprehensive API documentation. In the meantime, contact us for early API access.
API Preview
Our RESTful API provides endpoints for threats, takedowns, and monitoring:
# List threats for your organization
GET /api/v1/threats
Authorization: Bearer YOUR_API_KEY
# Get threat details
GET /api/v1/threats/:id
# Initiate takedown
POST /api/v1/takedowns
{
"threatId": "threat_abc123",
"priority": "high"
}
# Check takedown status
GET /api/v1/takedowns/:id
API access is available on Growth plans and above. Contact us for API documentation and early access.