Redesign Screenshots for a Brand Refresh
Update your App Store screenshots to match a new brand identity, color palette, or visual direction.
Restyle screenshots in any style
Transfer the visual style of any inspiration app onto your App Store screenshots using AI image generation. Produces a full restyled set at App Store resolution (1290x2796). Great for A/B testing creative directions or refreshing store pages without a design sprint.
Fetch high-resolution screenshots and metadata from the Apple App Store for any app. Returns 1290x2796 screenshot URLs, app name, subtitle, icon, and category.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "restyle-app-store-screenshots",
"skill": "get_screenshots",
"input": {
"app_store_url": "https://apps.apple.com/us/app/facebook/id284882215"
}
}' \
https://api.toolrouter.com/v1/tools/callGenerate an overview strip that transfers the visual style of inspiration screenshots onto source app screenshots. Creates a horizontal strip with all slots rendered in the inspiration style while preserving the source app UI content.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "restyle-app-store-screenshots",
"skill": "generate_overview",
"input": {
"source_images": [
"https://is1-ssl.mzstatic.com/image/thumb/example1/1290x2796bb.jpg",
"https://is1-ssl.mzstatic.com/image/thumb/example2/1290x2796bb.jpg"
],
"inspiration_images": [
"https://is1-ssl.mzstatic.com/image/thumb/example3/1290x2796bb.jpg",
"https://is1-ssl.mzstatic.com/image/thumb/example4/1290x2796bb.jpg"
],
"source_app_name": "My App",
"inspiration_app_name": "Beautiful App"
}
}' \
https://api.toolrouter.com/v1/tools/callExtract and upscale individual screenshots from an overview strip. Analyzes slot mapping to determine source content, then generates each slot at full App Store resolution (1290x2796) with proper UI insertion and style preservation.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "restyle-app-store-screenshots",
"skill": "extract_slots",
"input": {
"overview_image": "/path/to/overview.png",
"source_images": [
"https://is1-ssl.mzstatic.com/image/thumb/example1/1290x2796bb.jpg",
"https://is1-ssl.mzstatic.com/image/thumb/example2/1290x2796bb.jpg"
]
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"restyle-app-store-screenshots","skill":"get_screenshots","input":{}}' \
https://api.toolrouter.com/v1/tools/callUpdate your App Store screenshots to match a new brand identity, color palette, or visual direction.
Generate holiday and seasonal screenshot variants to boost conversion during peak shopping and download periods.
Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.
Craft high-performing app titles and subtitles that maximize keyword visibility and conversion in the App Store.
Optimize app store screenshots with metadata auditing, multi-language localization, and visual restyling for maximum conversion.
It transfers the look and feel of an inspiration app onto your screenshots while keeping your own app content intact.
It goes `get_screenshots` -> `generate_overview` -> `extract_slots`, so the style is applied before the final screens are exported.
The output is App Store resolution at 1290x2796, ready for creative testing or store updates.
Yes. It is a fast way to explore different visual directions without rebuilding the whole design system.