Quick Start

1. Get your API keyGenerate API Key 2. Make your first request (example in cURL):
curl -X POST "https://api.sixtyfour.ai/enrich-lead" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "lead_info": {
      "name": "Saarth Shah",
      "title": "CEO & Co-Founder @ Sixtyfour AI",
      "company": "Sixtyfour AI",
      "location": "San Francisco",
      "linkedin": "https://www.linkedin.com/in/saarthshah"
    },
    "struct": {
      "name": "The individual's full name",
      "email": "The individual's email address",
      "company": "The company the individual is associated with",
      "title": "The individual's job title",
      "linkedin": "LinkedIn URL for the person",
      "website": "Company website URL",
      "location": "The individual's location and/or company location",
      "industry": "Industry the person operates in",
      "github_url": "url for their github profile",
      "github_notes": "Take detailed notes on their github profile."
    }
  }'
Example Response:
{
  "notes": "Saarth Shah is the Co-Founder and CEO of Sixtyfour AI, an AI company focused on building AI agents to help GTM (Go-To-Market) teams sell better and faster to SMBs. He is based in San Francisco, California. His LinkedIn profile is https://www.linkedin.com/in/saarthshah, which shows 500+ connections and highlights his education with Y Combinator and UC Berkeley...",
  "structured_data": {
    "name": "Saarth Shah",
    "email": "saarth@sixtyfour.ai",
    "company": "Sixtyfour AI",
    "title": "CEO & Co-Founder",
    "linkedin": "https://www.linkedin.com/in/saarthshah",
    "website": "https://www.sixtyfour.ai/",
    "location": "San Francisco, California, USA",
    "industry": "Artificial Intelligence and Sales Technology",
    "github_url": "https://github.com/SaarthShah",
    "github_notes": "Saarth Shah's GitHub profile demonstrates technical expertise with projects related to AI and full-stack development. Notable repositories include search spelling correction, AI chatbots, and data science models, corroborating his data science background."
  },
  "findings": [
    "Saarth Shah is CEO & Co-Founder of Sixtyfour AI",
    "Company website: https://www.sixtyfour.ai/",
    "LinkedIn profile: https://www.linkedin.com/in/saarthshah",
    "Located in San Francisco, California",
    "GitHub profile: https://github.com/SaarthShah",
    "Background includes UC Berkeley, Y Combinator, and AI-related roles"
  ]
}

What You Can Do With the Sixtyfour API

  • Enrich company and people profiles with up-to-date, verified data
  • Search millions of profiles to find exactly the right contacts or accounts (coming soon)
  • Map detailed insights on entire markets or industries in minutes, not weeks
  • Detect signals like hiring trends, leadership changes, and funding rounds
  • Automate research workflows for sales, recruiting, or strategy


Overview

The Sixtyfour API provides programmatic access to structured, real-time market and people intelligence. Developers use it to enrich leads, discover accounts, detect business signals, and automate custom research workflows. Whether you’re building a sales tool, recruiting platform, or market insights dashboard, Sixtyfour delivers accurate, actionable data in seconds.