API Reference
Complete API documentation for the Inbound Tool
Authentication
All API requests require two credentials:
SIXTYFOUR_API_KEY
: Your API keySIXTYFOUR_CUSTOMER_ID
: Your customer identifier
These credentials serve to verify requests and link lead data to your account. In frontend applications, particularly with NextJS, create a server-side endpoint to process the API request, ensuring your API key remains secure and not exposed to the client.
Lead Data Structure
The API accepts lead data in the following format:
The enrichment engine can work with minimal information—just an official email address or a name combined with other identifiers like:
- Company name
- Location
- Education history
- Phone number
API Endpoint
Enrich Lead
Send lead data to be enriched:
Example Request:
Response
After submitting a lead:
- You’ll receive a task ID in the response
- If the lead is qualified, an enriched profile will be emailed to you within ~60 seconds
- All enriched leads (qualified or not) will be visible on your SixtyFour dashboard
- The API automatically rejects duplicate requests to save you money and avoid overwhelming our servers.
Here’s how the email will look:
Configuration
To update notification email addresses or prompting criteria, please contact support at saarth@sixtyfour.ai. A self-serve dashboard for managing these settings will be available soon.