Company enrichment
A domain or work email → a structured company profile: name, description, industry, HQ, size, and links.
POST/v1/enrich
The example in the published schema
charged 00 credits
- auth (bearer key)
- per-key throttle
- validate body
- balance precheck
- run the capability
- charge credits ON SUCCESS ONLY
- JSON
The request body/v1/enrich
{ "email": "sam@stripe.com" }
The responsepublished example
// sending the call
// 0 credits charged so farcurl https://api.thecompound.tech/v1/enrich \
-H "Authorization: Bearer $COMPOUND_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"sam@stripe.com"}'Scored
4 of 4 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score
The Web & research guide has this endpoint with its example response. The reference has every parameter.