THE AI DATA AGENT
FOR DEVELOPERS
DGi provides the most secure, reliable and accurate data agent in the market.
curl -X 'GET' \
'https://api.dgintel.ai/v2/hello' \
-H 'accept: application/json' \
-H 'Authorization: Bearer <YOUR_API_KEY>'
Your internal or external clients will be able to easily ask questions about their data,
embedded in your own platform.
# Create a new session
curl -X POST "https://api.dgintel.ai/v2/session/new" \
-H "Authorization: Bearer <YOUR_API_KEY>"
# Create a task in the session
curl -X POST "https://api.dgintel.ai/v2/{session_id}/task/new" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"question": "Analyze my sales data and show trends"}'
Your data and credentials secured with double-envelope encryption.
PostgreSQL
AWS S3
MySQL
BigQuery
CSV/Excel
Snowflake
Your credentials are protected with military-grade security
curl -X POST "https://api.dgintel.ai/v2/connections/new" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"type": "database",
"name": "Production Database",
"credentials": {
"host": "db.example.com",
"username": "readonly_user",
"password": "secure_password"
}
}'
Every Monday @ 9:00 AM
analyze_sales.py
Daily @ 6:00 PM
check_inventory.py
curl -X POST "https://api.dgintel.ai/v2/schedule-job" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"chat_session_id": "session_abc123def456",
"run_file": "daily_report.py",
"cron_schedule": "0 9 * * *",
"cron_text": "Every day at 9 AM"
}'
$2.4M
8,420
3.24%
$284
Sarah Chen
Completed purchase
$450
2 min ago
Mike Johnson
Added to cart
$120
5 min ago
Emma Davis
Viewed product
12 min ago
James Wilson
Completed purchase
$890
18 min ago
Built with DG-i's visual builder
curl -X POST "https://api.dgintel.ai/v2/{session_id}/files/upload" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F "file=@sales_data.csv"
# Then create a visualization task
curl -X POST "https://api.dgintel.ai/v2/{session_id}/task/new" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"question": "Create a dashboard from the uploaded CSV"}'
Programmatically navigate websites, extract data, and automate complex workflows via API.
Competitor Analysis
Extracting data from competitor-store.com
curl -X POST "https://api.dgintel.ai/v2/task/new" \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"question": "Go to Hacker News and extract the first 5 news"
}'
# Monitor task progress
curl -X GET "https://api.dgintel.ai/v2/tasks/{task_id}/messages" \
-H "Authorization: Bearer <YOUR_API_KEY>"
Benchmarked against major competitors with superior accuracy and uptime.