POST /api/v1/intelligence/expand
Expand an existing Tier 1 intelligence result by unlocking contact details, adding network depth, or fetching more records. All expansions require a valid quote token from POST /api/v1/intelligence/quote with expansion_scope set.
You are never charged twice for the same contact unlock. If an entity has already been unlocked at the requested tier, it is returned at zero cost.
Expansion types
| Type | Description |
|---|---|
contact_unlock | Unlock X/LinkedIn/GitHub (social), email, Telegram, or phone for selected records |
increase_limit | Fetch additional Tier 1 records using the same slots and rationale |
network_depth | Add co-investor paths and relationship context (available on select packages) |
Contact tiers (unlock ladder)
Each tier is cumulative — purchasingemail also includes social.
| Tier | Unlocks | Credits per contact (approx.) |
|---|---|---|
social | X, LinkedIn, GitHub | 50 |
email | email + social | 100 |
telegram | Telegram + email + social | 300 |
phone | Phone + telegram + email + social | 600 |
Request body
UUID of the Tier 1
IntelligenceResult to expand.One of
contact_unlock, increase_limit, or network_depth.Parameters for the expansion. Shape depends on
expansion_type.Single-use token from
POST /api/v1/intelligence/quote with expansion_scope. Consumed on success.Response
UUID of the new expansion
IntelligenceResult.UUID of the Tier 1 result this expansion was derived from.
The expansion type that was applied.
Expanded records. For
contact_unlock, these are the originally selected records with contact fields populated. For increase_limit, these are the additional records.Number of records in this expansion result.
Credits actually deducted (may be less than the quoted amount if some contacts were already unlocked).
Example
cURL
Response