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

# Introduction

> Sales intelligence that tells you what to say when they answer

## What is RapportAPI?

RapportAPI is a sales intelligence API. Send us a person's identifier — email, LinkedIn URL, or name + company — and get back a deep intelligence report in \~2-3 minutes:

* **Icebreaker scripts** sourced from real online activity
* **Communication style guide** tailored to the prospect
* **Background intelligence** (career, education, interests, family)
* **Topics to avoid** so you don't step on landmines

Every insight is sourced from 19+ verified data providers and public information. No guessing, no generic DISC profiles — real, specific details about real people.

## How it works

<Steps>
  <Step title="Submit a research request">
    POST to `/research` with an email, LinkedIn URL, or name + company. You get back a `task_id` immediately.
  </Step>

  <Step title="Wait for results">
    The pipeline runs asynchronously (\~2-3 minutes). Poll with `GET /research/{task_id}` or provide a `callback_url` to receive a webhook when complete.
  </Step>

  <Step title="Use the intelligence">
    Get structured JSON with icebreakers, communication style, background data, and a hosted HTML report URL.
  </Step>
</Steps>

## Quick links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Run your first lookup in 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key and authenticate requests.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Full endpoint documentation with request/response schemas.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Receive results automatically when research completes.
  </Card>
</CardGroup>

## Pricing

| Plan           | Price    | Credits/mo | Seats     |
| -------------- | -------- | ---------- | --------- |
| **Solo**       | \$49/mo  | 20         | 1         |
| **Team**       | \$299/mo | 150        | 3         |
| **Enterprise** | Custom   | Custom     | Unlimited |

1 credit = 1 lookup. All plans include a **free 3-day trial with 3 credits**. [Sign up to get started](https://rapportapi.com/auth/sign-up).
