v4

latestOpenAPI 3.1.02026-08-03427198448.4 KB
Client Enrichment

Enrich Contact Preview

Enrich a contact without saving to the database.

This endpoint is designed for the ClientForm page where contacts may not be saved yet. It runs the contact enrichment agent and returns the enriched data for the frontend to populate form fields.

Unlike /enrich-contact, this does NOT:

  • Require a contact_id
  • Save any data to the database
  • Create entity_links

It simply returns the enriched data for preview/form population.

post/api/enrich-contact-preview

Query parameters

user_idstring
org_idstring

Request body

emailstring required

Contact's email address (required)

namestring nullable

Contact's name

phonestring nullable

Contact's phone number

job_titlestring nullable

Contact's job title

company_namestring nullable

Company name for context

Response

Successful Response

successboolean required
namestring nullable
emailstring nullable
phonestring nullable
job_titlestring nullable
companystring nullable
locationstring nullable
senioritystring nullable
industrystring nullable
headlinestring nullable
linksobject[]
enriched_fieldsstring[]
errorstring nullable