Nudg3Docs

Welcome to Nudg3

API documentation for brand visibility analytics across AI chatbots

Welcome to Nudg3 API

Nudg3 provides programmatic access to brand visibility analytics across major AI providers including OpenAI, Anthropic, Google, and Perplexity.

What is Nudg3?

Nudg3 is an AI-powered brand intelligence platform that monitors how your brand appears in AI chatbot responses. Track visibility, analyze sentiment, and compare against competitors - all through our powerful API.

What You Can Do

Quick Start

Get started with the Nudg3 API in just a few steps:

1. Get Your API Key

Navigate to your Workspace Settings and create a new API key.

2. Make Your First Request

curl https://api.nudg3.ai/api/v1/dashboard \
  -H "Authorization: Bearer nudg3_live_ak_your_key"

3. Explore the Response

{
  "success": true,
  "data": {
    "brands": [...],
    "aggregates": {
      "total_mentions": 1250,
      "unique_chats": 500,
      "avg_visibility": 82.3
    },
    "top_sources": [...]
  },
  "message": "Dashboard analytics retrieved for 5 brands"
}

Base URL

All API requests should be made to:

https://api.nudg3.ai/api/v1

Authentication

The Nudg3 API uses API keys for authentication. Include your key in the Authorization header:

Authorization: Bearer nudg3_live_ak_your_key

API keys are workspace-scoped. Each key only has access to data within its associated workspace.

Rate Limits

TierRequests/minRequests/hourMonthly
Basic6060050,000
Premium3003,000Unlimited

Need Help?

On this page