social-carousel-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Social Carousel Generation

社交媒体轮播内容生成

Generate engaging social media carousel content using each::sense. This skill creates multi-slide visual content optimized for carousel posts on Instagram, LinkedIn, Facebook, Twitter/X, and other platforms.
使用each::sense生成引人入胜的社交媒体轮播内容。该技能可创建多幻灯片视觉内容,针对Instagram、LinkedIn、Facebook、Twitter/X及其他平台的轮播帖子进行优化。

Features

功能特性

  • Educational Carousels: Tips, how-to guides, and informational content
  • Product Showcases: Multi-angle product displays and feature highlights
  • Before/After: Transformation and comparison visuals
  • Story Narratives: Sequential storytelling across slides
  • Tutorials: Step-by-step instructional content
  • Testimonials: Customer quotes and social proof
  • Comparisons: Side-by-side product or concept comparisons
  • Lists & Rankings: Top 10s, rankings, and curated lists
  • Portfolio Displays: Work showcases and case studies
  • 教学类轮播:小贴士、操作指南及资讯类内容
  • 产品展示轮播:多角度产品展示及功能亮点
  • 前后对比轮播:改造效果与对比视觉内容
  • 故事叙事轮播:跨幻灯片的连续叙事内容
  • 教程类轮播:分步指导内容
  • 客户证言轮播:客户评价及社交证明
  • 对比类轮播:产品或概念的并排对比
  • 列表与排名轮播:十佳榜单、排名及精选列表
  • 作品集展示轮播:作品展示及案例研究

Quick Start

快速开始

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide Instagram carousel about morning routine tips. Clean minimalist design with soft colors.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide Instagram carousel about morning routine tips. Clean minimalist design with soft colors.",
    "mode": "max"
  }'

Platform Specifications

平台规格参数

PlatformAspect RatioRecommended SizeMax SlidesNotes
Instagram1:11080x108010Most common format
Instagram4:51080x135010More vertical space
LinkedIn1:11080x108010Professional content
LinkedIn4:51080x135010Document-style posts
Facebook1:11080x108010Album or carousel ads
Twitter/X16:91200x6754Landscape format
平台宽高比推荐尺寸最大幻灯片数量说明
Instagram1:11080x108010最常用格式
Instagram4:51080x135010更多垂直空间
LinkedIn1:11080x108010专业内容适配
LinkedIn4:51080x135010文档风格帖子适配
Facebook1:11080x108010相册或轮播广告适配
Twitter/X16:91200x6754横屏格式

Use Case Examples

用例示例

1. Educational Carousel (Tips/How-To)

1. 教学类轮播(小贴士/操作指南)

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 6-slide Instagram carousel (1:1) teaching 5 productivity tips for remote workers. Slide 1: Eye-catching title slide with hook. Slides 2-6: One tip per slide with clean icons and brief text space. Use a modern gradient background (purple to blue), white text, minimalist style.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 6-slide Instagram carousel (1:1) teaching 5 productivity tips for remote workers. Slide 1: Eye-catching title slide with hook. Slides 2-6: One tip per slide with clean icons and brief text space. Use a modern gradient background (purple to blue), white text, minimalist style.",
    "mode": "max"
  }'

2. Product Showcase Carousel

2. 产品展示轮播

bash
undefined
bash
undefined

Slide 1 - Hero shot

幻灯片1 - 主视觉图

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 5 for a product showcase carousel (1:1 square). Premium wireless headphones hero shot - dramatic lighting, floating product, dark gradient background with subtle light rays. Space for brand logo at top.", "session_id": "headphones-carousel-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 5 for a product showcase carousel (1:1 square). Premium wireless headphones hero shot - dramatic lighting, floating product, dark gradient background with subtle light rays. Space for brand logo at top.", "session_id": "headphones-carousel-001" }'

Slide 2 - Detail shot (same session for consistency)

幻灯片2 - 细节图(使用相同session保证风格一致)

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 5. Close-up detail shot showing the premium materials and craftsmanship. Same visual style and lighting as slide 1.", "session_id": "headphones-carousel-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 5. Close-up detail shot showing the premium materials and craftsmanship. Same visual style and lighting as slide 1.", "session_id": "headphones-carousel-001" }'

Slide 3 - Lifestyle shot

幻灯片3 - 场景图

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 5. Lifestyle shot showing someone wearing the headphones in an urban setting. Maintain the premium dark aesthetic.", "session_id": "headphones-carousel-001" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 5. Lifestyle shot showing someone wearing the headphones in an urban setting. Maintain the premium dark aesthetic.", "session_id": "headphones-carousel-001" }'
undefined

3. Before/After Carousel

3. 前后对比轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 4-slide before/after carousel for a home renovation service. Slide 1: Title slide with \"Transformation Tuesday\" hook. Slide 2: Before image - outdated kitchen with old cabinets. Slide 3: After image - modern renovated kitchen, same angle. Slide 4: Call-to-action slide with space for contact info. Use 4:5 aspect ratio, consistent framing between before/after.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 4-slide before/after carousel for a home renovation service. Slide 1: Title slide with \"Transformation Tuesday\" hook. Slide 2: Before image - outdated kitchen with old cabinets. Slide 3: After image - modern renovated kitchen, same angle. Slide 4: Call-to-action slide with space for contact info. Use 4:5 aspect ratio, consistent framing between before/after.",
    "mode": "max"
  }'

4. Story Narrative Carousel

4. 故事叙事轮播

bash
undefined
bash
undefined

Create a story across multiple slides

跨多张幻灯片创建故事

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 6 for a brand story carousel. Opening scene: A founder working late at night in a small garage, surrounded by prototypes and sketches. Warm lamp light, aspirational startup vibes. Cinematic style, 1:1 format. Leave space at bottom for caption overlay.", "session_id": "brand-story-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 6. The journey continues - early team meeting in a coffee shop, 3-4 people huddled around a laptop, excited expressions. Same cinematic warmth and style.", "session_id": "brand-story-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 6. Growth moment - first office space, small but professional, team of about 8 people celebrating. Maintain visual continuity.", "session_id": "brand-story-001" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 6 for a brand story carousel. Opening scene: A founder working late at night in a small garage, surrounded by prototypes and sketches. Warm lamp light, aspirational startup vibes. Cinematic style, 1:1 format. Leave space at bottom for caption overlay.", "session_id": "brand-story-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 6. The journey continues - early team meeting in a coffee shop, 3-4 people huddled around a laptop, excited expressions. Same cinematic warmth and style.", "session_id": "brand-story-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 6. Growth moment - first office space, small but professional, team of about 8 people celebrating. Maintain visual continuity.", "session_id": "brand-story-001" }'
undefined

5. Feature Highlight Carousel

5. 功能亮点轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an 8-slide feature highlight carousel for a mobile app (1:1). Slide 1: App icon with tagline hook. Slides 2-7: Each featuring one key feature with a phone mockup showing the UI and an icon representing the feature. Slide 8: Download CTA with app store badges. Use a clean white background with brand accent color (teal), modern tech aesthetic.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create an 8-slide feature highlight carousel for a mobile app (1:1). Slide 1: App icon with tagline hook. Slides 2-7: Each featuring one key feature with a phone mockup showing the UI and an icon representing the feature. Slide 8: Download CTA with app store badges. Use a clean white background with brand accent color (teal), modern tech aesthetic.",
    "mode": "max"
  }'

6. Testimonial Carousel

6. 客户证言轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide testimonial carousel (1:1). Slide 1: Title \"What Our Customers Say\" with 5-star rating visual. Slides 2-4: Each slide shows a professional headshot placeholder (diverse representation), quote marks, space for testimonial text, and name/title area. Elegant cream background, gold accents, serif typography style. Slide 5: CTA with \"Join 10,000+ Happy Customers\".",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide testimonial carousel (1:1). Slide 1: Title \"What Our Customers Say\" with 5-star rating visual. Slides 2-4: Each slide shows a professional headshot placeholder (diverse representation), quote marks, space for testimonial text, and name/title area. Elegant cream background, gold accents, serif typography style. Slide 5: CTA with \"Join 10,000+ Happy Customers\".",
    "mode": "max"
  }'

7. Step-by-Step Tutorial Carousel

7. 分步教程轮播

bash
undefined
bash
undefined

Create each step with consistent styling

创建风格统一的分步内容

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 7 for a recipe tutorial carousel (4:5). Title slide: "Perfect Homemade Pizza in 6 Steps" with appetizing hero image of finished pizza. Rustic kitchen aesthetic, warm tones, food photography style.", "session_id": "pizza-tutorial-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 7. Step 1: Ingredients laid out on wooden cutting board - flour, yeast, tomatoes, mozzarella, basil. Overhead shot, same warm aesthetic. Include step number badge.", "session_id": "pizza-tutorial-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 7. Step 2: Hands kneading pizza dough on floured surface. Action shot showing the technique. Consistent lighting and style.", "session_id": "pizza-tutorial-001" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 7 for a recipe tutorial carousel (4:5). Title slide: "Perfect Homemade Pizza in 6 Steps" with appetizing hero image of finished pizza. Rustic kitchen aesthetic, warm tones, food photography style.", "session_id": "pizza-tutorial-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 of 7. Step 1: Ingredients laid out on wooden cutting board - flour, yeast, tomatoes, mozzarella, basil. Overhead shot, same warm aesthetic. Include step number badge.", "session_id": "pizza-tutorial-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 3 of 7. Step 2: Hands kneading pizza dough on floured surface. Action shot showing the technique. Consistent lighting and style.", "session_id": "pizza-tutorial-001" }'
undefined

8. Comparison Carousel

8. 对比类轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide comparison carousel (1:1) for a SaaS product vs competitors. Slide 1: Title \"Why Choose Us?\" with versus graphic. Slides 2-4: Split-screen comparisons showing our product (green checkmarks, clean UI) vs competitors (red X marks, cluttered UI) for features like pricing, support, and ease of use. Slide 5: Summary table with winner badges. Modern tech style, dark mode aesthetic.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 5-slide comparison carousel (1:1) for a SaaS product vs competitors. Slide 1: Title \"Why Choose Us?\" with versus graphic. Slides 2-4: Split-screen comparisons showing our product (green checkmarks, clean UI) vs competitors (red X marks, cluttered UI) for features like pricing, support, and ease of use. Slide 5: Summary table with winner badges. Modern tech style, dark mode aesthetic.",
    "mode": "max"
  }'

9. List/Ranking Carousel

9. 列表/排名轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 7-slide ranking carousel (1:1) for \"Top 5 Travel Destinations 2024\". Slide 1: Eye-catching title with globe graphic and countdown teaser. Slides 2-6: Each destination with ranking number (5 to 1), stunning landscape image, and space for location name. Build anticipation toward #1. Slide 7: Reveal the winner with celebratory design. Use vibrant travel photography style, bold number overlays.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 7-slide ranking carousel (1:1) for \"Top 5 Travel Destinations 2024\". Slide 1: Eye-catching title with globe graphic and countdown teaser. Slides 2-6: Each destination with ranking number (5 to 1), stunning landscape image, and space for location name. Build anticipation toward #1. Slide 7: Reveal the winner with celebratory design. Use vibrant travel photography style, bold number overlays.",
    "mode": "max"
  }'

10. Portfolio Carousel

10. 作品集展示轮播

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 1 of 6 for a design portfolio carousel (4:5). Cover slide: \"Recent Work\" title with abstract geometric shapes, modern sans-serif typography, black background with accent colors (coral, teal). Professional agency aesthetic.",
    "session_id": "portfolio-carousel-001"
  }'

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 2 of 6. Project showcase - mockup of a mobile app UI design displayed on a floating phone. Clean presentation, subtle shadow, same dark background with coral accent. Space for project name and brief description.",
    "session_id": "portfolio-carousel-001"
  }'

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 3 of 6. Brand identity project - logo mockups on business cards and stationery, arranged in an elegant flat lay. Consistent portfolio style.",
    "session_id": "portfolio-carousel-001"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 1 of 6 for a design portfolio carousel (4:5). Cover slide: \"Recent Work\" title with abstract geometric shapes, modern sans-serif typography, black background with accent colors (coral, teal). Professional agency aesthetic.",
    "session_id": "portfolio-carousel-001"
  }'

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 2 of 6. Project showcase - mockup of a mobile app UI design displayed on a floating phone. Clean presentation, subtle shadow, same dark background with coral accent. Space for project name and brief description.",
    "session_id": "portfolio-carousel-001"
  }'

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create slide 3 of 6. Brand identity project - logo mockups on business cards and stationery, arranged in an elegant flat lay. Consistent portfolio style.",
    "session_id": "portfolio-carousel-001"
  }'

Best Practices

最佳实践

Visual Consistency

视觉一致性

  • Color Palette: Maintain the same colors across all slides
  • Typography: Use consistent fonts and text hierarchy
  • Layout: Keep text and graphic positions predictable
  • Spacing: Maintain uniform margins and padding
  • 配色方案:所有幻灯片保持相同配色
  • 字体样式:使用统一的字体和文本层级
  • 布局结构:保持文本和图形位置可预测
  • 间距设置:维持统一的边距和内边距

Content Flow

内容流程

  • Hook First: Slide 1 must capture attention immediately
  • Clear Progression: Each slide should flow naturally to the next
  • Value Per Slide: Every slide should deliver value or advance the story
  • Strong CTA: End with a clear call-to-action
  • 开篇抓眼球:第一张幻灯片必须立即吸引注意力
  • 流畅过渡:每张幻灯片应自然衔接至下一张
  • 单页价值:每张幻灯片都应传递价值或推进叙事
  • 明确行动号召:结尾设置清晰的行动号召(CTA)

Platform Optimization

平台优化

  • Safe Zones: Keep important content away from edges (10% margin)
  • Text Readability: Ensure text is legible at mobile sizes
  • Swipe Indicators: Visual cues that encourage swiping
  • Standalone Value: Each slide should work if viewed individually
  • 安全区域:重要内容需远离边缘(预留10%边距)
  • 文本可读性:确保文本在移动端尺寸下清晰可辨
  • 滑动引导:添加鼓励滑动的视觉提示
  • 单页独立性:每张幻灯片单独展示时也具备价值

Prompt Tips for Carousels

轮播提示词技巧

When creating carousel content, include these details:
  1. Slide Count: Specify total number of slides
  2. Format: Mention aspect ratio (1:1, 4:5, 16:9)
  3. Platform: Instagram, LinkedIn, Facebook, etc.
  4. Style: Modern, minimalist, bold, elegant, etc.
  5. Color Scheme: Specific colors or mood
  6. Content Structure: What each slide should contain
  7. Text Placeholders: Where text should appear
创建轮播内容时,需包含以下细节:
  1. 幻灯片数量:指定总幻灯片数
  2. 格式规格:提及宽高比(1:1、4:5、16:9)
  3. 目标平台:Instagram、LinkedIn、Facebook等
  4. 视觉风格:现代风、极简风、大胆风、优雅风等
  5. 配色方案:具体颜色或氛围
  6. 内容结构:每张幻灯片的内容规划
  7. 文本占位:文本的放置位置

Example Prompt Structure

提示词结构示例

"Create a [number]-slide [platform] carousel ([aspect ratio]).
Slide 1: [content description]
Slides 2-N: [content pattern]
Final slide: [CTA description]
Style: [visual style], [color scheme]."
"Create a [number]-slide [platform] carousel ([aspect ratio]).
Slide 1: [content description]
Slides 2-N: [content pattern]
Final slide: [CTA description]
Style: [visual style], [color scheme]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final carousel posts, client deliverablesSlowerHighest
eco
Quick drafts, concept exploration, testing ideasFasterGood
生成前请询问用户:
"您需要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终轮播帖子、客户交付内容较慢最高
eco
快速草稿、概念探索、测试想法较快良好

Multi-Turn Carousel Creation

多轮次轮播创建

Use
session_id
to maintain consistency across slides:
bash
undefined
使用
session_id
保持所有幻灯片风格一致:
bash
undefined

Start the carousel

启动轮播创建

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 5 for a fitness tips carousel. Bold title slide with energetic colors.", "session_id": "fitness-carousel-project" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 1 of 5 for a fitness tips carousel. Bold title slide with energetic colors.", "session_id": "fitness-carousel-project" }'

Continue with same session

继续使用相同会话

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 - first fitness tip about morning stretches. Same style as slide 1.", "session_id": "fitness-carousel-project" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create slide 2 - first fitness tip about morning stretches. Same style as slide 1.", "session_id": "fitness-carousel-project" }'

Request adjustments

请求调整内容

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "The colors are too bright. Regenerate slide 1 with more muted, earth tones.", "session_id": "fitness-carousel-project" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "The colors are too bright. Regenerate slide 1 with more muted, earth tones.", "session_id": "fitness-carousel-project" }'
undefined

Batch Generation

批量生成

Generate multiple carousel variations:
bash
undefined
生成多个轮播版本:
bash
undefined

Version A - Minimalist

版本A - 极简风

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Clean minimalist, white background, black text, simple icons.", "mode": "eco" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Clean minimalist, white background, black text, simple icons.", "mode": "eco" }'

Version B - Bold & Colorful

版本B - 大胆多彩风

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Bold gradients, vibrant colors (pink, orange, purple), dynamic shapes.", "mode": "eco" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Bold gradients, vibrant colors (pink, orange, purple), dynamic shapes.", "mode": "eco" }'

Version C - Dark Mode

版本C - 深色模式

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Dark mode, black background, neon accents, modern tech aesthetic.", "mode": "eco" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a 5-slide marketing tips carousel. Style: Dark mode, black background, neon accents, modern tech aesthetic.", "mode": "eco" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with platform guidelines
TimeoutComplex generationSet client timeout to minimum 10 minutes
Inconsistent stylingNew sessionUse same
session_id
for all carousel slides
错误信息原因解决方案
Failed to create prediction: HTTP 422
余额不足前往eachlabs.ai进行充值
内容政策违规包含违禁内容调整提示词以符合平台规范
请求超时生成内容过于复杂将客户端超时设置为至少10分钟
风格不一致使用了新会话所有轮播幻灯片使用相同的
session_id

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • meta-ad-creative-generation
    - Meta ad creatives
  • product-photo-generation
    - E-commerce product shots
  • social-media-content
    - General social media content
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - Meta广告创意生成
  • product-photo-generation
    - 电商产品图生成
  • social-media-content
    - 通用社交媒体内容生成