Embed Panorad.AI's NL-Viz Technology Directly in Your Applications
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.
// 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);
Simple HTTP endpoints for quick and easy integration with any application.
JavaScript, Python, and Java SDKs for seamless integration with your tech stack.
Enterprise-grade security with API key authentication and fine-grained access control.