Welcome!
Here's your API access information and account details.
🚀 Upgrade Your Plan & Unlock More Power
Get unlimited API calls, AI-powered insights, priority support, and advanced analytics features.
Account Details
Name
Loading...
Loading...
Company
Loading...
Current Plan
Loading...
API Usage
Total API Keys
-
Active Keys
-
🔑 Your API Keys
Manage your API keys for accessing DSN Analytics
⚠️
🎉
API Key Generated Successfully!
Store it securely - it will not be shown again.
Your API Key (copy it now!):
⚠️ Make sure to copy your API key now. You won't be able to see it again!
📚 Quick Start Guide
API Endpoint: https://api.dsnresearch.com
Example Request:
curl -X GET https://api.dsnresearch.com/api/data/sources \ -H "X-API-Key: YOUR_API_KEY"
Code Examples
Example 1: List Your Data Sources
curl -X GET \
https://api.dsnresearch.com/api/data/sources \
-H "X-API-Key: YOUR_API_KEY_HERE" Example 2: Upload Data
curl -X POST \
https://api.dsnresearch.com/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}]}'