Add images to a moodboard
add_to_moodboardSave generated renders or image URLs to a moodboard. Reuse that board's style in later generations by referencing its title.
Instructions
Add images to a moodboard, either from a job you generated or by direct URL.
Pass job_id to add that job's renders, optionally narrowing with indexes. Pass urls to add anything else the account can reach.
This is the step that turns a good generation into a reusable style: once the images are on a board, moodboard: "<title>" on a later generation reproduces the look without describing it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Add these image URLs directly. | |
| job_id | No | Add the renders from this job. | |
| indexes | No | With job_id, which images to add, zero-based. Omit for all four. | |
| moodboard | Yes | Name or id of the board to add to. Partial names work. |