CSV Upload
Drag a CSV file here, or click to browse
Works with any dataset — customers, orders, events, signups, anything tabular
API Integration (for developers)
Prefer sending events programmatically instead of CSV? Point your app at:
POST /api/events
{
"name": "Aditi Sharma",
"email": "aditi@example.com",
"amount": 2499,
"category": "Subscription",
"date": "2026-07-14"
}