API Documentation
Programmatic access to AI company data, DMI scores, and developer adoption metrics.
Authentication
API requests can be made with or without authentication. Authenticated requests get higher rate limits.
Or use the x-api-key header. Get an API key from your dashboard.
Rate Limits
Rate limits reset at midnight UTC. Headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.
Endpoints
Companies
GET /api/v1/companiesList all companies with metrics.
GET /api/v1/companies/[slug]Get a single company profile. Optional: ?include={"company_funding_rounds":true}&include_trends=true
Data Export
GET /api/v1/export/companiesExport company data as CSV or JSON. Params: format, fields, primary_domain, min_signal_score, limit.
Badges
GET /api/v1/badge/[slug]SVG badge with DMI score. Params: style=flat|flat-square, theme=light|dark.
Insights
GET /api/v1/insights/company/[slug]/historyHistorical metrics for a company. Free: 30 days. Pro: 365 days.