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

# Recover API

> Embed AI-powered SMS conversations, lead recovery, and document collection directly into your platform. White-labeled, multi-tenant, and live in under 5 minutes.

Recover lets you embed a complete AI SMS agent into your platform — white-labeled under your brand, with isolated sub-accounts for each of your customers. No AI expertise required.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/partner/quickstart">
    Go from API key to live embed in 3 steps
  </Card>

  <Card title="Overview" icon="book" href="/partner/overview">
    Architecture, multi-tenancy, and how it all fits together
  </Card>

  <Card title="Embed" icon="window-maximize" href="/partner/embed">
    Drop a single iframe into your app
  </Card>

  <Card title="Authentication" icon="key" href="/partner/authentication">
    API keys, rate limits, and error handling
  </Card>
</CardGroup>

## API Reference

<CardGroup cols={3}>
  <Card title="Accounts" icon="building" href="/partner/accounts">
    Create and manage sub-accounts
  </Card>

  <Card title="Leads" icon="user-plus" href="/partner/leads">
    Import leads and auto-start sequences
  </Card>

  <Card title="Conversations" icon="comments" href="/partner/conversations">
    Read messages and manual takeover
  </Card>

  <Card title="Sequences" icon="list-check" href="/partner/sequences">
    Automated follow-up campaigns
  </Card>

  <Card title="Checklists" icon="clipboard-check" href="/partner/checklists">
    Document collection and tracking
  </Card>

  <Card title="AI Configuration" icon="robot" href="/partner/ai-configuration">
    Prompts, context files, and knowledge base
  </Card>
</CardGroup>

## Base URL

```
https://api.recoverbiz.com/v1
```

All API requests require a Partner API Key. See [Authentication](/partner/authentication) for details.
