7-source research harvester that runs every 6 hours for free. Query instantly from local cache. AI synthesis when you need it.
Runs every 6 hours via cron. Fetches from 7 free research APIs. Zero cost. Zero maintenance.
Search across all cached sources in <50ms. Filter by topic, date, journal, citation count.
Add &synthesize=true to get Claude 3.5 Sonnet summaries. Pay-per-use only when you opt in.
Scout, Process, Enterprise tiers with rate limits. JSON key management built in.
// Try it now โ no signup needed
GET /api/v1/query.php?key=aisckop_demo_2026_scout&mode=literature_scan&topic=lentil_fermentation
// Add AI synthesis (requires OpenRouter key)
GET /api/v1/query.php?key=...&topic=...&synthesize=true
// Response format
{
"status": "success",
"institution": "AISCKOP Demo",
"tier": "scout",
"results_count": 20,
"sources_queried": 7,
"items": [
{ "title": "...", "authors": "...", "source": "Europe PMC" }
]
}