Brand Automation API
Integrate Neurollamas brand content automation into your app, dashboard, or agency workflow.
Access & pricing
API access is billed separately from web plans — from $149/month (negotiable for volume). Contact us on WhatsApp after payment; we activate your API key in admin.
WhatsApp: 09379146130
- Uses the same credit pool as the user's Brand Profile web workspace.
- Keys are SHA-256 hashed — raw key is shown once when admin creates it.
- Rate limit: 30 requests/minute per key (configurable in admin).
Authentication
Send your secret key on every request:
X-API-Key: nl_ba_your_secret_key_here
Alternative: Authorization: Bearer nl_ba_…
Base URL
https://www.neurollamas.com/api/v1/brand-automation
Endpoints
GET
/credits/ — Remaining automation creditsGET
/brand/ — Brand summary + readinessPOST
/brand/save/ — Save brand fields (JSON body)POST
/playbook/ — Generate unified playbookPOST
/content/batch/ — Generate content batch (5 posts)POST
/content/image/ — Generate post imagePOST
/content/video/ — Start Reel/video jobPOST
/content/caption/ — Regenerate captionPOST
/analyze/ — Analyze insights screenshotExample
curl -X GET "https://www.neurollamas.com/api/v1/brand-automation/credits/" \ -H "X-API-Key: nl_ba_YOUR_KEY"
Errors
401— Missing API key403— Invalid or inactive key402— Credits exhausted (requires_package)429— Rate limit exceeded