Brands

The identities the AI works for.

GET /brands

Lists the brands in the workspace.

{
  "data": [
    {
      "id": "6e1d…",
      "slug": "rahim-fashion",
      "name": "Rahim Fashion",
      "tagline": "Everyday clothes that actually last",
      "industry": "Fashion & clothing",
      "audience": "Working men and women aged 24 to 38 in Dhaka…",
      "tone": "friendly",
      "language": "bn-en",
      "approval_mode": "manual",
      "posts_per_week": 6,
      "channels": [{ "platform": "facebook", "name": "Rahim Fashion House", "handle": "rahimfashionbd" }],
      "is_active": true
    }
  ],
  "meta": { "page": 1, "per_page": 25, "total": 1, "last_page": 1 }
}

GET /brands/{slug or id}

One brand, same shape.

Brands are created in the dashboard, because the brand brief is what makes the writing specific and it deserves a human ten minutes.