Reuse an image across cells
niche_reuse_assetCopy an image that already exists on one output onto another cell, instant and free (no regeneration, no credits). Use this when the user wants 'the same image' on a second surface ('use the LinkedIn image on X', 'same picture on the newsletter') instead of niche_render_image_card (which generates a new image and costs credits).
Both cells must already exist on the session (add the target via niche_add_output first if needed) and the source must have a rendered image. Copies the source's static_urls onto the target so it publishes with that image. Idempotent: source==target is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_cell | Yes | Cell to copy the image onto (e.g. 'x:image_post'). | |
| from_cell | Yes | Cell that has the image (e.g. 'linkedin:image_post'). | |
| session_id | Yes |