Developer API

Build with QentrixAI API

RESTful API with comprehensive documentation, webhooks, and SDKs for all major programming languages.

example.ts
// Initialize the QentrixAI client
import { QentrixAI } from '@qentrixai/sdk';

const client = new QentrixAI({
  apiKey: process.env.QENTRIX_API_KEY,
});

// Get visibility score
const score = await client.visibility.getScore({
  brandId: 'your-brand-id',
  providers: ['chatgpt', 'claude', 'perplexity'],
});

console.log(`Visibility Score: ${score.value}`);
// Output: Visibility Score: 78.5

Quick Start

Get started with the QentrixAI API in minutes. Our SDKs handle authentication, retries, and error handling out of the box.

API Key Authentication

Secure Bearer token auth

Rate Limiting

1000 requests/min on Pro plans

SSL/TLS Encryption

All endpoints use HTTPS

Webhooks

Real-time event notifications

API Endpoints

POST/api/auth/login
GET/api/brands
POST/api/brands
GET/api/analytics/visibility
GET/api/payments/subscription
POST/api/payments/checkout

Official SDKs

🟨

JavaScript

npm install @qentrixai/sdk
🐍

Python

pip install qentrixai
💎

Ruby

gem install qentrixai
🔵

Go

go get github.com/qentrixai/go-sdk

Ready to build?

Sign up for a free account to get your API key. No credit card required.

Start Building