app-store-screenshot-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

App Store Screenshot Generation

App Store截图生成

Generate high-converting App Store and Google Play screenshot assets using each::sense. This skill creates images optimized for app store requirements, featuring device frames, feature callouts, and promotional visuals that drive downloads.
借助each::sense生成高转化率的App Store和Google Play截图素材。该功能可创建符合应用商店要求的图片,包含设备边框、功能标注以及能提升下载量的推广视觉素材。

Features

功能特性

  • iOS App Store Screenshots: iPhone and iPad device frames with proper dimensions
  • Google Play Screenshots: Android device frames optimized for Play Store
  • Feature Highlights: Screenshots with callout text and visual emphasis
  • Lifestyle Context: App shown in real-world usage scenarios
  • Localized Screenshots: Multi-language versions for global markets
  • App Preview Thumbnails: Video preview poster frames
  • Before/After Comparisons: Transformation showcases for utility apps
  • Onboarding Flows: Multi-screen app walkthrough sequences
  • Dark/Light Mode Variants: Both theme versions for completeness
  • A/B Test Variations: Multiple creative approaches for optimization
  • iOS App Store截图:带有合适尺寸的iPhone和iPad设备边框
  • Google Play截图:针对Play Store优化的Android设备边框
  • 功能亮点展示:带有标注文字和视觉强调的截图
  • 场景化展示:应用在真实使用场景中的呈现
  • 本地化截图:面向全球市场的多语言版本
  • 应用预览缩略图:视频预览的海报帧
  • 前后对比图:实用类应用的效果展示
  • 引导流程截图:多屏应用引导序列
  • 深色/浅色模式变体:两种主题版本,内容完整
  • A/B测试变体:多种创意方案用于优化

Quick Start

快速开始

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot for a fitness tracking app showing the workout dashboard with an iPhone 15 Pro device frame, 1320x2868 pixels"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot for a fitness tracking app showing the workout dashboard with an iPhone 15 Pro device frame, 1320x2868 pixels"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Screenshot Specifications

截图规格

PlatformDeviceDimensionsAspect RatioUse Case
iOS App StoreiPhone 6.7"1320x2868~1:2.17iPhone 15 Pro Max, 14 Pro Max
iOS App StoreiPad 12.9"2064x2752~3:4iPad Pro screenshots
Google PlayPhone1080x19209:16Standard Android phone
平台设备尺寸宽高比使用场景
iOS App Store6.7英寸iPhone1320x2868~1:2.17iPhone 15 Pro Max、14 Pro Max
iOS App Store12.9英寸iPad2064x2752~3:4iPad Pro截图
Google Play手机1080x19209:16标准Android手机

Use Case Examples

使用场景示例

1. iOS App Store Screenshot with Device Frame

1. 带设备边框的iOS App Store截图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels. Show a sleek iPhone 15 Pro device frame displaying a meditation app interface with a calming gradient background, session timer, and breathing animation. Add headline text at the top: \"Find Your Inner Peace\". Clean, minimal design with soft purple and blue tones."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels. Show a sleek iPhone 15 Pro device frame displaying a meditation app interface with a calming gradient background, session timer, and breathing animation. Add headline text at the top: \"Find Your Inner Peace\". Clean, minimal design with soft purple and blue tones."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Google Play Screenshot

2. Google Play截图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a Google Play Store screenshot at 1080x1920 pixels. Show an Android phone displaying a recipe app with a food photo, ingredients list, and cooking steps. Include feature text: \"10,000+ Recipes at Your Fingertips\". Bright, appetizing color scheme with warm orange accents."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a Google Play Store screenshot at 1080x1920 pixels. Show an Android phone displaying a recipe app with a food photo, ingredients list, and cooking steps. Include feature text: \"10,000+ Recipes at Your Fingertips\". Bright, appetizing color scheme with warm orange accents."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Feature Highlight Screenshot

3. 功能亮点截图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a banking app. Show iPhone device frame with the app dashboard displaying account balances and recent transactions. Add visual callouts pointing to key features: instant transfers, budget tracking, and bill reminders. Use professional blue color scheme. Headline: \"Smart Banking Made Simple\"."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a banking app. Show iPhone device frame with the app dashboard displaying account balances and recent transactions. Add visual callouts pointing to key features: instant transfers, budget tracking, and bill reminders. Use professional blue color scheme. Headline: \"Smart Banking Made Simple\"."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Lifestyle/Context Screenshot

4. 场景化展示截图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels showing a travel app in lifestyle context. Show a person holding an iPhone at an airport terminal, screen displaying flight boarding pass and gate information. Natural lighting, professional travel photography style. Include subtle text overlay: \"Your Journey Starts Here\". Blurred airport background for depth."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels showing a travel app in lifestyle context. Show a person holding an iPhone at an airport terminal, screen displaying flight boarding pass and gate information. Natural lighting, professional travel photography style. Include subtle text overlay: \"Your Journey Starts Here\". Blurred airport background for depth."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Localized Screenshot (Spanish)

5. 本地化截图(西班牙语)

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a language learning app, localized for Spanish market. Show iPhone device frame with Spanish lesson interface. All text in Spanish: headline \"Aprende Ingles en 10 Minutos al Dia\", feature callouts \"Lecciones Interactivas\" and \"Practica con Nativos\". Vibrant educational color scheme with green and yellow accents."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a language learning app, localized for Spanish market. Show iPhone device frame with Spanish lesson interface. All text in Spanish: headline \"Aprende Ingles en 10 Minutos al Dia\", feature callouts \"Lecciones Interactivas\" and \"Practica con Nativos\". Vibrant educational color scheme with green and yellow accents."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. App Preview Video Thumbnail

6. 应用预览视频缩略图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an App Preview video thumbnail at 1320x2868 pixels for a photo editing app. Show iPhone 15 Pro frame with the app interface mid-edit - a stunning portrait photo with editing tools visible. Add a prominent play button overlay in the center. Dramatic headline: \"Transform Your Photos\". Dynamic, creative composition that entices users to watch the preview."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an App Preview video thumbnail at 1320x2868 pixels for a photo editing app. Show iPhone 15 Pro frame with the app interface mid-edit - a stunning portrait photo with editing tools visible. Add a prominent play button overlay in the center. Dramatic headline: \"Transform Your Photos\". Dynamic, creative composition that entices users to watch the preview."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Before/After Comparison Screenshot

7. 前后对比截图

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a photo enhancement app. Show a split-screen before/after comparison - left side shows original dark, grainy photo, right side shows the same photo enhanced with better lighting, color, and clarity. Include divider line with drag handle. Labels \"Before\" and \"After\" above each side. Headline at top: \"One Tap Enhancement\"."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a photo enhancement app. Show a split-screen before/after comparison - left side shows original dark, grainy photo, right side shows the same photo enhanced with better lighting, color, and clarity. Include divider line with drag handle. Labels \"Before\" and \"After\" above each side. Headline at top: \"One Tap Enhancement\"."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Onboarding Flow Screenshots

8. 引导流程截图

bash
undefined
bash
undefined

First onboarding screen

第一屏引导页面

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot 1 of 3 for a habit tracking app onboarding flow, 1320x2868 pixels. Show iPhone device frame with welcome screen - friendly illustration of person achieving goals, headline "Build Better Habits", subtitle "Track your daily progress and reach your goals". Include pagination dots showing first of three screens. Motivational, energetic color scheme."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot 1 of 3 for a habit tracking app onboarding flow, 1320x2868 pixels. Show iPhone device frame with welcome screen - friendly illustration of person achieving goals, headline "Build Better Habits", subtitle "Track your daily progress and reach your goals". Include pagination dots showing first of three screens. Motivational, energetic color scheme."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'

Second onboarding screen (same session for consistency)

第二屏引导页面(同一会话保证一致性)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create screenshot 2 of 3 for the same habit tracking app. Show the habit dashboard with streak counters, progress rings, and daily checklist. Headline "Stay Consistent", subtitle "Visual progress keeps you motivated". Maintain same style and pagination dots showing second screen."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create screenshot 2 of 3 for the same habit tracking app. Show the habit dashboard with streak counters, progress rings, and daily checklist. Headline "Stay Consistent", subtitle "Visual progress keeps you motivated". Maintain same style and pagination dots showing second screen."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'

Third onboarding screen

第三屏引导页面

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create screenshot 3 of 3 for the habit tracking app. Show reminder notifications and weekly statistics view. Headline "Never Miss a Day", subtitle "Smart reminders at the perfect time". Same style, pagination dots showing third screen. Include a subtle call-to-action feel."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create screenshot 3 of 3 for the habit tracking app. Show reminder notifications and weekly statistics view. Headline "Never Miss a Day", subtitle "Smart reminders at the perfect time". Same style, pagination dots showing third screen. Include a subtle call-to-action feel."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "onboarding-habit-app"
}'
undefined

9. Dark Mode/Light Mode Variants

9. 深色/浅色模式变体

bash
undefined
bash
undefined

Light mode version

浅色模式版本

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a notes app - LIGHT MODE version. Show iPhone 15 Pro silver device frame with the app in light theme: white background, clean typography, organized note cards. Headline "Capture Every Idea". Bright, clean, minimalist aesthetic."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "notes-app-themes"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 pixels for a notes app - LIGHT MODE version. Show iPhone 15 Pro silver device frame with the app in light theme: white background, clean typography, organized note cards. Headline "Capture Every Idea". Bright, clean, minimalist aesthetic."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "notes-app-themes"
}'

Dark mode version (same session)

深色模式版本(同一会话)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create the same notes app screenshot but in DARK MODE. Show iPhone 15 Pro space black device frame with dark theme interface: dark gray background, same layout as light mode but inverted colors. Headline "Easy on Your Eyes". Elegant, sophisticated dark aesthetic. Maintain visual consistency with light mode version."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "notes-app-themes"
}'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create the same notes app screenshot but in DARK MODE. Show iPhone 15 Pro space black device frame with dark theme interface: dark gray background, same layout as light mode but inverted colors. Headline "Easy on Your Eyes". Elegant, sophisticated dark aesthetic. Maintain visual consistency with light mode version."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "notes-app-themes"
}'
undefined

10. A/B Test Screenshot Variations

10. A/B测试截图变体

bash
undefined
bash
undefined

Variation A - Feature-focused

变体A - 功能导向

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION A (feature-focused). Show iPhone device frame with workout library screen displaying exercise thumbnails. Headline emphasizing features: "500+ Workouts, Zero Equipment". Clean, informative design focusing on app content and variety."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION A (feature-focused). Show iPhone device frame with workout library screen displaying exercise thumbnails. Headline emphasizing features: "500+ Workouts, Zero Equipment". Clean, informative design focusing on app content and variety."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'

Variation B - Benefit-focused

变体B - 收益导向

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION B (benefit-focused). Show iPhone device frame with progress tracking screen showing weight loss chart and achievements. Headline emphasizing results: "Transform Your Body in 30 Days". Motivational, aspirational design focusing on outcomes."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION B (benefit-focused). Show iPhone device frame with progress tracking screen showing weight loss chart and achievements. Headline emphasizing results: "Transform Your Body in 30 Days". Motivational, aspirational design focusing on outcomes."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'

Variation C - Social proof

变体C - 社交证明

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION C (social proof). Show iPhone device frame with community feed showing user transformations and testimonials. Headline: "Join 2 Million Active Users". Community-focused design with user photos and star ratings visible."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create iPhone App Store screenshot at 1320x2868 pixels for a workout app - VARIATION C (social proof). Show iPhone device frame with community feed showing user transformations and testimonials. Headline: "Join 2 Million Active Users". Community-focused design with user photos and star ratings visible."}],
"model": "eachsense/beta",
"stream": true,
"mode": "eco"
}'
undefined

Best Practices

最佳实践

Screenshot Design

截图设计

  • Safe Zones: Keep important content away from edges - avoid top 20% for status bar area
  • Text Hierarchy: Use large, readable headlines (minimum 40pt equivalent)
  • Device Frames: Use current-generation device mockups (iPhone 15 Pro, Pixel 8)
  • Contrast: Ensure text is readable over any background elements
  • Consistency: Maintain same style, fonts, and color scheme across all screenshots
  • 安全区域:重要内容远离边缘 - 避免顶部20%的状态栏区域
  • 文本层级:使用大尺寸、易读的标题(最小等效40pt)
  • 设备边框:使用当前代设备模型(iPhone 15 Pro、Pixel 8)
  • 对比度:确保文本在任何背景元素上都清晰可读
  • 一致性:所有截图保持相同的风格、字体和配色方案

App Store Optimization

应用商店优化

  • First Screenshot: Make it your strongest - it's often the only one users see
  • Feature Callouts: Highlight 1-2 key features per screenshot
  • Localization: Translate all text for target markets, not just headlines
  • Seasonal Updates: Refresh screenshots for major app updates
  • 首屏截图:使用最具吸引力的内容 - 用户通常只会看到这一张
  • 功能标注:每张截图突出1-2个核心功能
  • 本地化:针对目标市场翻译所有文本,而不仅仅是标题
  • 季节性更新:重大应用更新时刷新截图

iPad Screenshots

iPad截图

  • Landscape Option: iPad supports landscape screenshots for certain apps
  • Utilize Space: Take advantage of larger canvas for more detailed UI
  • Split View: Show multitasking capabilities if applicable
  • 横屏选项:iPad支持部分应用使用横屏截图
  • 利用空间:借助更大的画布展示更详细的UI
  • 分屏视图:如有适配,展示多任务处理能力

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast drafts for iteration, or final quality for submission?"
ModeBest ForSpeedQuality
max
Final App Store submission, polished assetsSlowerHighest
eco
Quick drafts, A/B test variations, concept explorationFasterGood
生成前请询问用户:
"您需要用于迭代的快速草稿,还是用于提交的最终质量版本?"
模式适用场景速度质量
max
最终应用商店提交、成品素材较慢最高
eco
快速草稿、A/B测试变体、概念探索较快良好

Multi-Turn Screenshot Iteration

多轮截图迭代

Use
session_id
to iterate on screenshot designs:
bash
undefined
使用
session_id
迭代截图设计:
bash
undefined

Initial screenshot

初始截图

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 for a podcast app with episode list view"}], "model": "eachsense/beta", "stream": true, "session_id": "podcast-screenshot-v1" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an iPhone App Store screenshot at 1320x2868 for a podcast app with episode list view"}], "model": "eachsense/beta", "stream": true, "session_id": "podcast-screenshot-v1" }'

Iterate based on feedback

根据反馈迭代

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add a headline saying "Your Daily Commute Companion" and change the background to a gradient purple"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "podcast-screenshot-v1"
}'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add a headline saying "Your Daily Commute Companion" and change the background to a gradient purple"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "podcast-screenshot-v1"
}'

Request variation

请求变体

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 more variations with different headline angles - one focusing on discovery, one on offline listening"}], "model": "eachsense/beta", "stream": true, "session_id": "podcast-screenshot-v1" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 more variations with different headline angles - one focusing on discovery, one on offline listening"}], "model": "eachsense/beta", "stream": true, "session_id": "podcast-screenshot-v1" }'
undefined

iPad Screenshot Generation

iPad截图生成

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPad App Store screenshot at 2064x2752 pixels for a design app. Show iPad Pro device frame with the canvas workspace, featuring drawing tools, layers panel, and color picker. Professional creative app interface. Headline: \"Design Without Limits\". Take advantage of the larger screen to show detailed UI."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an iPad App Store screenshot at 2064x2752 pixels for a design app. Show iPad Pro device frame with the canvas workspace, featuring drawing tools, layers panel, and color picker. Professional creative app interface. Headline: \"Design Without Limits\". Take advantage of the larger screen to show detailed UI."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with store guidelines
TimeoutComplex generationSet client timeout to minimum 10 minutes
Dimension mismatchWrong aspect ratioUse exact specifications from the table above
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含违禁内容调整提示语以符合应用商店规范
超时生成任务复杂将客户端超时设置为至少10分钟
尺寸不匹配宽高比错误使用上表中的精确规格

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • meta-ad-creative-generation
    - Facebook/Instagram ad creatives
  • product-photo-generation
    - E-commerce product shots
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - Facebook/Instagram广告素材
  • product-photo-generation
    - 电商产品图生成