Build with the
VectorGap API
Full programmatic access to AI brand intelligence. Automate audits, build dashboards, integrate with your existing tools. Available on Scale and Enterprise plans.
Clean, predictable endpoints following REST conventions. JSON request and response bodies.
Simple Bearer token authentication. Generate and manage keys from your dashboard.
Generous rate limits with clear headers. Scale plan: 1000 req/min. Enterprise: custom.
Real-time event notifications. Perception changes, audit completions, alert triggers.
API Endpoints
Core endpoints for managing brands, audits, and perception data.
/v1/brands/v1/brands/{id}/perception/v1/brands/{id}/audits/v1/brands/{id}/audits/history/v1/brands/{id}/competitors/v1/webhooksQuick Start
Get your brand's AI perception score in seconds.
// JavaScript/TypeScript
const response = await fetch('https://api.vectorgap.com/v1/brands/brand_123/perception', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(data);
// Response:
// {
// "brandId": "brand_123",
// "brandName": "Acme Corp",
// "bpiScore": 72,
// "metrics": {
// "accuracy": 81,
// "sentiment": 68,
// "coverage": 75,
// "credibility": 70,
// "visibility": 65,
// "recommendation": 58
// },
// "trend": "+5",
// "lastAudit": "2026-01-14T10:30:00Z"
// }SDK Libraries
Official SDKs for Node.js, Python, and Go. Coming soon.
Coming Q2 2026Ready to build?
API access is included in Scale ($499/mo) and Enterprise plans. Start with a free trial to explore the dashboard first.