Skip to main content

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.

Bearer Token

Include your API key in the Authorization header on every request:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Where to get your key: Settings → API Keys in your Plura workspace.

Security Checklist

Store keys in environment variables — never hardcode them
Use separate keys for dev, staging, and production
Rotate immediately if a key is compromised
Never commit keys to version control

Example

curl -X GET "https://api.plura.ai/v1/lead/get?phone=17145551234" \
  -H "Authorization: Bearer YOUR_API_KEY"