DSN Analytics
Product Pricing Docs
Login Sign Up
Hello, User Dashboard

Not Logged In

You need to log in to access your dashboard and API key.

Login Now Create Account

Welcome!

Here's your API access information and account details.

🚀 Upgrade to Pro & Unlock More Power

Get unlimited API calls, AI-powered insights, priority support, and advanced analytics features.

View Plans →

Account Details

Name

Loading...

Email

Loading...

Company

Loading...

Current Plan

Loading...

Your API Key

Loading...

Keep your API key secure. Don't share it publicly.

Quick Start Guide

API Endpoint

https://data-analytics-api-prod.sibusiso-ndzukuma.workers.dev

Example 1: List Your Data Sources

curl -X GET \
  https://data-analytics-api-prod.sibusiso-ndzukuma.workers.dev/api/data/sources \
  -H "X-API-Key: YOUR_API_KEY_HERE"

Example 2: Upload Data

curl -X POST \
  https://data-analytics-api-prod.sibusiso-ndzukuma.workers.dev/api/data/upload \
  -H "X-API-Key: YOUR_API_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{"source_name": "Sales Data Q1", "source_type": "csv", "data_rows": [{"product": "Widget A", "revenue": 1500}, {"product": "Widget B", "revenue": 2300}]}'

Example 3: Run Analytics Query

curl -X POST \
  https://data-analytics-api-prod.sibusiso-ndzukuma.workers.dev/api/analytics/query \
  -H "X-API-Key: YOUR_API_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{"source_id": 1, "analysis_type": "descriptive"}'

Example 4: Ask AI About Your Data

curl -X POST \
  https://data-analytics-api-prod.sibusiso-ndzukuma.workers.dev/api/ai/query \
  -H "X-API-Key: YOUR_API_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{"query": "What are the top trends in my sales data?", "source_id": 1}'

🔁 Common Workflow

  1. Upload your data (Example 2)
  2. List sources to get your source_id (Example 1)
  3. Run analytics to get statistical insights (Example 3)
  4. Ask AI for natural language insights (Example 4)
  5. Generate reports to share with stakeholders

📚 Need More Examples?

Interactive API Documentation Download OpenAPI Spec

Available API Endpoints

POST /api/data/upload

Upload data for processing

GET /api/data/sources

List your data sources

POST /api/analytics/query

Run analytics queries

POST /api/models/predict

Generate predictions

POST /api/ai/query

Ask AI about your data

POST /api/reports/generate

Generate reports

DSN Research

Professional Data Science Services

Transform your data into actionable insights with our AI-powered API

Services

  • Data Management
  • Data Analysis
  • BI
  • ML & AI

Resources

  • API Documentation
  • Pricing
  • Dashboard

Contact

📧 [email protected]

For technical support and API questions

© 2025 DSN Research. All rights reserved.