> ## Documentation Index
> Fetch the complete documentation index at: https://docs.preceptai.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Precept API documentation. Learn how to integrate Precept's powerful B2B account research, company enrichment, and verified contact data capabilities directly into your applications.

# Welcome to the Precept API

Welcome to the official documentation for the Precept Developer API. Our goal is to provide you with all the tools you need to integrate Precept's powerful data enrichment capabilities directly into your own applications.

This API provides programmatic access to Precept's core services.

### Company Insights

This enables you to get deep company-level data, such as:

* **Employee Analytics**: Department-wise breakdowns and headcount growth.
* **Decision Makers**: Names, titles, and LinkedIn profiles.
* **Financial Details**: Funding rounds and revenue estimates.
* **Strategic Context**: Strategic initiatives and top problems the company is facing.
* **Latest Signals**: Company news and public appearances.

### Company Search

This enables you to discover companies using natural language queries (e.g., "SaaS companies in London with 50-200 employees"). Features include:

* **Natural Language Search**: Discover companies using conversational English.
* **Granular Filters**: Filter by industry, size, location, revenue, and tech stack.
* **Bulk Discovery**: Find and enrich hundreds of companies in a single request.

### Contact Enrichment (Leads)

This enables you to get verified contact details for specific individuals. Features include:

* **Waterfall Routing**: Searching 15+ data providers (Apollo, Datagma, ContactOut, etc.) for maximum coverage.
* **Verified Details**: 80%+ coverage for mobile numbers and 99%+ for email addresses.
* **Multi-Source**: Enrichment based on LinkedIn URLs or Name/Company combinations.

### Contact Search (Leads)

This enables you to find new leads that match your ideal customer profile. Features include:

* **Ideal Customer Discovery**: Use queries like "Marketing heads at SaaS companies in California".
* **AI Filtering**: Leverage AI to find the most relevant contacts directly.

Our APIs can be integrated with your own apps, sales tools, spreadsheets, and automated workflows.

<div className="flex flex-col items-center justify-center p-8 text-center bg-gradient-to-br from-blue-50 to-indigo-100 dark:from-slate-900 dark:to-indigo-950 rounded-2xl border border-blue-100 dark:border-indigo-900 my-8 shadow-sm">
  <h3 className="text-xl font-bold text-slate-800 dark:text-white mb-2">Ready to start building?</h3>

  <p className="text-slate-600 dark:text-slate-300 max-w-md mx-auto mb-6 text-sm">
    Create an account today to get free trial credits and start integrating our B2B data APIs.
  </p>

  <a href="https://app.preceptai.co.uk/auth" className="inline-flex items-center justify-center px-6 py-3 text-sm font-semibold text-white bg-blue-700 hover:bg-blue-800 dark:bg-blue-600 dark:hover:bg-blue-500 rounded-xl transition duration-150 ease-in-out shadow-sm">
    Start Free Trial

    <svg className="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 5l7 7-7 7" />
    </svg>
  </a>
</div>

## Getting Started

To start using the API, you'll first need to generate an API key.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to generate and use your API key to make secure requests.
  </Card>

  <Card title="API Reference" icon="book-open-cover" href="/api-reference/company-insights/get-company-insights">
    Explore the available endpoints, starting with company insights.
  </Card>
</CardGroup>
