panorad ai

API Integration

Embed Panorad.AI's NL-Viz Technology Directly in Your Applications

Seamless Integration

Add powerful data visualization capabilities to your products with our simple API. Connect to any data source and transform raw data into stunning visuals with just a few lines of code.

Simple Integration Example

// Import and initialize Panorad API client
import { PanoradAI } from '@panorad/client';

// Configure with your API key
const panorad = new PanoradAI({
  apiKey: 'YOUR_API_KEY'
});

// Create visualization from natural language
const viz = await panorad.createVisualization({
  query: "Sales by region for the last 6 months",
  dataSource: "sales_db"
});

// Render in your application
document.getElementById('dashboard')
  .appendChild(viz.element);

RESTful API

Simple HTTP endpoints for quick and easy integration with any application.

SDKs Available

JavaScript, Python, and Java SDKs for seamless integration with your tech stack.

Secure Access

Enterprise-grade security with API key authentication and fine-grained access control.

Ready to add AI-powered data visualization to your product?