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

# Introduction

> Complete REST API reference for building powerful integrations with Plura AI.

## Get Started in 3 Minutes

<Steps>
  <Step title="Get your API key">
    Go to **Settings → API Keys** in your Plura workspace.
  </Step>

  <Step title="Pick your use case">
    See the common integration patterns below.
  </Step>

  <Step title="Copy and run">
    Use the code examples — all are production-ready.
  </Step>
</Steps>

## Common Use Cases

<CardGroup cols={2}>
  <Card title="Inbound Lead Capture" icon="inbox">
    Plura receives lead → Call `Send to Workflow` → Lead enrolls → Workflow executes automatically
  </Card>

  <Card title="Instant Callback" icon="phone">
    Lead submits form → Call `Initiate Call` → AI agent calls within seconds with context
  </Card>

  <Card title="Update Lead Details" icon="pen-to-square">
    External system enriches lead → Call `Get Lead by Phone` → Update with new data → Call `Update Lead`
  </Card>

  <Card title="Offline Conversion Tracking" icon="tag">
    Lead converts outside Plura → Tag as "Converted" via API → Plura stops outreach automatically
  </Card>
</CardGroup>

## API Version

Current version: **v1.7** — Last updated February 2026.

All endpoints use the `/v1` prefix at `https://api.plura.ai`.
