GET
/intel/previewDeep Intelligence Preview
Free teaser for the deep intelligence lookup. Resolves any identifier (name, company, domain, LinkedIn, or email) to a person or company and returns the identity plus a manifest of which intelligence sections are available (regulatory filings, ownership and control, fund assets under management, compensation benchmarks, affiliated entities, verified contacts) without revealing the underlying values. Unlock the full dossier via /intel/lookup. Rate-limited per IP to 10/day for unauthenticated callers.
GEThttps://www.startuphub.ai/api/v1/intel/preview
Request
curl "https://www.startuphub.ai/api/v1/intel/preview?q=anthropic.com"Parameters
qstringrequiredAny identifier: a name, company, domain, LinkedIn URL, or email
Response
json
{
"resolved": { "matched": true, "company": { "name": "Anthropic" } },
"sections": [
{ "key": "filings", "tier": "locked", "status": "ok", "preview": "1,537 regulatory filings on record" },
{ "key": "compensation", "tier": "locked", "status": "ok", "preview": "Median compensation ~$188k" }
],
"unlock": { "cost_credits": 10, "endpoint": "/api/v1/intel/lookup" }
}Errors
400Missing q parameter429Daily rate limit exceeded