Batch Create Content
Create multiple content pieces in a single request. Brand context is resolved once and shared across all items for consistency and efficiency.
Each item in the items array is an independent content creation request with
its own brief and optional overrides. All items are executed in parallel.
Limits: Maximum 10 items per batch.
Response: Returns immediately with a batchId and per-item status. Items
that could not be started are marked as failed with an error message. Successful
items are queued with a run ID you can poll individually.
Agent usage pattern:
- Generate briefs with
POST /v1/content/brief(count: 5) - Feed all briefs into this endpoint as a batch
- Poll each
runIdfrom the response for results
Authorizations
Workspace API key. Prefix: lma_. Example: lma_abc123...
Body
Array of content creation requests (1-10 items).
1 - 10 elementsDefault brand profile for all items (individual items can override).
Default campaign for all items (individual items can override).
Response
Batch creation started. Poll individual run IDs for results.
Result of a batch content creation request.