POST
/enrichEnrich Company
Full AI-powered RAG enrichment. Creates a new profile if the company doesn't exist, triggers enrichment with live web data, and returns cached results if already enriched. Requires Pro Lite or higher.
POSThttps://www.startuphub.ai/api/v1/enrich
Request
curl -X POST "https://www.startuphub.ai/api/v1/enrich" \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{"name": "Anthropic", "website": "https://anthropic.com"}'Parameters
namestringrequiredCompany name
websitestringoptionalCompany website (improves matching)
linkedin_urlstringoptionalCompany LinkedIn profile URL
Response
json
{
"data": {
"id": "uuid",
"name": "Anthropic",
"slug": "anthropic",
"description": "Anthropic is an AI safety...",
"website": "https://anthropic.com",
"total_funding": 15000000000,
"employee_count": 1500
},
"source": "cache",
"enriched": true
}Errors
403Requires Pro Lite or higher plan