Skip to main content

Bearer Token

Include your API key in the Authorization header on every request:
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