generate_screenshot
Generate a single app store screenshot with customizable device frames and captions.
Description
This tool generates a single screenshot for your app store listing. You can provide a source image and customize the device frame, caption text, colors, and positioning.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sourceImage | string | Yes | URL or base64 of source screenshot |
device | string | Yes | Device type (iPhone 15 Pro, iPad Pro, etc.) |
caption | string | No | Caption text to display |
backgroundColor | string | No | Background color (hex or gradient) |
textColor | string | No | Caption text color (hex) |
locale | string | No | Locale for localized captions |
Example Usage
Ask Claude to generate a screenshot:
Natural Language Promptstext
"Generate a screenshot for iPhone 15 Pro with the caption 'Track your progress'""Create an iPad Pro screenshot with a blue gradient background""Generate a screenshot from this image with caption 'Easy to use'"
Response
{"success": true,"screenshot": {"id": "ss_abc123","url": "https://cdn.appstorecopilot.com/screenshots/ss_abc123.png","device": "iPhone 15 Pro","dimensions": {"width": 1290,"height": 2796},"locale": "en-US"}}
Supported Devices
iPhone
- iPhone 15 Pro Max
- iPhone 15 Pro
- iPhone 15 Plus
- iPhone 15
- iPhone SE
iPad
- iPad Pro 12.9"
- iPad Pro 11"
- iPad Air
- iPad mini
Credits
Each screenshot generation uses one screenshot credit from your plan. Use generate_screenshot_set for bulk generation.