create_iphone_mockups_batch
Batch create iPhone mockups for App Store previews. Provide multiple screenshots and titles; the tool wraps them in device frames with marketing text.
Instructions
Create App Store preview mockups for many screenshots in one call.
If the user did not dictate the titles, draft one per screenshot (3-7 words, benefit-led), show the user the full list, and get approval or edits before calling this.
Each job needs a screenshot path and a title; everything else is optional
and falls back to the batch-level defaults. Jobs without an explicit
out path are written to output_dir as NN_.png,
numbered in job order.
Args:
jobs: List of jobs, each {screenshot, title, subtitle?, out?,
frame?, bg_color?, text_color?}.
output_dir: Directory for outputs when a job has no out
(default: alongside each screenshot).
frame: Default iPhone body color, "black" or "silver".
bg_color: Default background hex ("#hex1,#hex2" for a gradient).
text_color: Default text color hex.
size: Output dimensions as WxH for all jobs.
bleed: If true, phones bleed off the bottom edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| size | No | 1284x2778 | |
| bleed | No | ||
| frame | No | silver | |
| bg_color | No | #f5f1ea | |
| add_frame | No | ||
| output_dir | No | ||
| text_color | No | #111111 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |