REST API v1

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

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 credits
GET /brand/ — Brand summary + readiness
POST /brand/save/ — Save brand fields (JSON body)
POST /playbook/ — Generate unified playbook
POST /content/batch/ — Generate content batch (5 posts)
POST /content/image/ — Generate post image
POST /content/video/ — Start Reel/video job
POST /content/caption/ — Regenerate caption
POST /analyze/ — Analyze insights screenshot

Example

curl -X GET "https://www.neurollamas.com/api/v1/brand-automation/credits/" \
  -H "X-API-Key: nl_ba_YOUR_KEY"

Errors