LogoDecisionMaker.Email
Endpoints

find-email

Start an AI-powered search for an executive email at a domain.

POST /api/v1/find-email

Start an AI-powered search for an executive email at a domain. Returns a searchId you poll until the search completes.

Request

{ "url": "acme.com", "role": "CEO", "forceRefresh": false }

Response

{ "searchId": "k1709..." }

forceRefresh skips the team's cache and always runs a fresh search (still costs 1 credit).

Credit cost: 1 credit per fresh search. Refunded on failure or zero results. Cached searches are free.

Supported roles

role is case-sensitive and must be exactly one of:

ValueTitle
CEOChief Executive Officer
CTOChief Technology Officer
COOChief Operating Officer
CFOChief Financial Officer
CMOChief Marketing Officer
CIOChief Information Officer
CPOChief Product Officer
CoSChief of Staff
FounderFounder
Co-FounderCo-Founder
PresidentPresident
Managing DirectorManaging Director
VP of SalesVP of Sales
VP of EngineeringVP of Engineering
VP of MarketingVP of Marketing
SVPSenior Vice President
EVPExecutive Vice President

Submitting any other value returns 400 with a JSON error listing the valid roles.

On this page