GET
/investors/by-domain1 creditInvestor by Domain
Resolve an investor website domain to a single investor record. 1 credit.
GEThttps://www.startuphub.ai/api/v1/investors/by-domain
Request
curl "https://www.startuphub.ai/api/v1/investors/by-domain?domain=a16z.com" \
-H "Authorization: Bearer sk_live_..."Parameters
domainstringrequiredInvestor domain or URL (e.g. a16z.com)
Response
json
{ "data": { "id": "uuid", "name": "Andreessen Horowitz", "slug": "andreessen-horowitz", "website": "https://a16z.com", "investor_type": "Venture Capital", "startuphub_url": "https://www.startuphub.ai/investors/andreessen-horowitz" } }Errors
400Missing or invalid domain401Invalid or missing API key404No investor matched that domain