Skip to main content
GET
Get Brand Context
Retrieve the intelligence layer’s understanding of your brand: voice attributes, visual identity, content pillars, audience signals, guardrails, and performance patterns. The Creative Engine uses this context automatically when you call POST /v1/content/create. Use this endpoint when you want to inspect what the engine knows, feed brand data into your own pipelines, or build brand-aware agent prompts.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Query Parameters

brandProfileId
string<uuid>

Scope to a specific brand profile. Omit for the workspace default.

campaignId
string<uuid>

Narrow guidance to a specific campaign.

workflowId
string<uuid>

Narrow guidance to a specific workflow/app.

platform
string

Target platform (e.g. instagram, tiktok, facebook, linkedin).

objective
string

Content objective (e.g. engagement, awareness, conversion).

modality
enum<string>

Content modality to optimize guidance for.

Available options:
image,
video,
text,
audio,
mixed
topK
integer
default:10

Number of top-performing items to include in the topPatterns section.

Response

Brand context package with DNA, guidance, and top patterns

data
object

Complete brand context package combining DNA, guidance, and top patterns.