storyline_regenerate_line_item
Regenerate a line item's content draft within a storyline. Starts an async operation that returns an operationId to poll until the draft is ready; typically takes 1-3 minutes.
Instructions
Async. Re-generate a single line item's content draft. Returns { operationId, status } — poll get_job with the operationId until state=completed. Typically takes ~1–3 min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Line item ID to regenerate | |
| brandId | No | Brand ID (defaults to active brand) | |
| storylineId | Yes | Storyline ID |