storyline_generate_strategy
Generate the strategic plan and line items for a storyline based on its approved brief. Async process returns an operation ID; poll until complete to review the strategy.
Instructions
Async. Generate the strategy and line-items for a storyline based on its confirmed brief. Returns { operationId, status } — poll get_job with the operationId until state=completed. Typically takes ~2–5 min. After completion, review with storyline_get_strategy, then optionally edit with storyline_edit_strategy or add/remove line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (defaults to active brand) | |
| storylineId | Yes | Storyline ID |