5LLMs monitored
6perception metrics
30+Academy lessons
EUAI Act ready
API Reference

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.

RESTful Design

Clean, predictable endpoints following REST conventions. JSON request and response bodies.

API Key Auth

Simple Bearer token authentication. Generate and manage keys from your dashboard.

Rate Limiting

Generous rate limits with clear headers. Scale plan: 1000 req/min. Enterprise: custom.

Webhooks

Real-time event notifications. Perception changes, audit completions, alert triggers.

API Endpoints

Core endpoints for managing brands, audits, and perception data.

GET/v1/brands
GET/v1/brands/{id}/perception
POST/v1/brands/{id}/audits
GET/v1/brands/{id}/audits/history
GET/v1/brands/{id}/competitors
POST/v1/webhooks

Quick 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"
// }

Full Documentation

Complete API reference with examples, error codes, and best practices.

View Docs

SDK Libraries

Official SDKs for Node.js, Python, and Go. Coming soon.

Coming Q2 2026

Ready to build?

API access is included in Scale ($499/mo) and Enterprise plans. Start with a free trial to explore the dashboard first.