Complete REST API reference for building powerful integrations


🚀 Quick Start Guide

<aside> ⚡

Get Started in 3 Minutes

  1. Get your API key → Settings → API Keys in your Plura workspace
  2. Pick your use case → See common patterns below
  3. Copy & run → Use the code examples (all production-ready) </aside>

🎯 Common Use Cases

Choose your integration pattern:

📥 Inbound Lead Capture

Webhook receives lead → Call Send to Workflow → Lead enrolls → Workflow executes automatically

📞 Instant Callback

Lead submits form → Call Initiate Call → AI agent calls within seconds with context

🔄 Update Lead Details

External system enriches lead → Call Get Lead by Phone → Update with new data → Call Update Lead

🏷️ Offline Conversion Tracking

Lead converts outside Plura (CRM, call center, etc.) → Tag as "Converted" via API → Plura stops outreach automatically


🔐 Authentication

All requests require Bearer token authentication

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Where to get your key: Settings → API Keys in your workspace