Sixtyfour API Documentation

Welcome to the Sixtyfour API documentation. This API allows you to find and enrich business data, including company information and contact details.

All API requests require an API key, which should be included in the x-api-key header along with the Content-Type header set to application/json:

x-api-key: your_api_key_here
Content-Type: application/json

Base URL

All API endpoints are available at:

https://api.sixtyfour.ai

Rate Limits

The API is rate limited to 10000 requests per hour per API key when you initially create your account, but let us know if you need more.

Endpoints

The API provides the following endpoints:

  1. Search for Businesses - Find businesses based on natural language queries
  2. Enrich Company Data - Enrich company data with additional information and find associated people
  3. Find Email Address - Find email addresses for leads
  4. Enrich Lead Information - Enrich lead information with additional details such as contact information, social profiles, and company details

Error Handling

All errors return a JSON response with the following structure:

{
  "error": "Error Type",
  "message": "Detailed error message"
}

Getting Started

To get started with the Sixtyfour API:

  1. Sign up at https://app.sixtyfour.ai
  2. Get your API key from the dashboard
  3. Make your first API request using one of the example code snippets in the endpoint documentation

Support

For support, please contact team@sixtyfour.ai