📊 Insights
GET
/api/insightsList all insights (filterable by score, source, category)GET
/api/insights/{id}Get single insight with full 8-dimension analysisGET
/api/insights/{id}/trend-data30-day Google Trends data for an insightAuthentication
All endpoints require a bearer token in every request:
Authorization: Bearer YOUR_API_KEY
Get your API key: startinsight.co/settings → API Keys tab
Free
100 req/day
Starter
1K/day
Pro
10K/day
Enterprise
Unlimited
Quick Start
curl -X GET "https://api.startinsight.co/api/insights?limit=10&min_score=0.8" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Full Interactive Documentation
Explore all 232 endpoints with live request builder and response examples.