instagram-content-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Instagram Content Generation

Instagram内容生成

Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices.
使用each::sense生成高吸引力的Instagram内容,该技能可创建适配Instagram各类展示位、格式和视觉设计最佳实践的图片和视频。

Features

功能特性

  • Feed Posts: Square 1:1 images for maximum compatibility
  • Stories & Reels: Vertical 9:16 content for immersive full-screen experiences
  • Carousel Posts: Multiple cohesive images for storytelling
  • Quote Graphics: Typography-focused content for engagement
  • Product Showcases: E-commerce and product-focused visuals
  • Behind-the-Scenes: Authentic, candid-style content
  • Announcement Graphics: Event and launch promotional content
  • Lifestyle Flat Lays: Curated product arrangements
  • Brand Aesthetic Grid: Cohesive visual identity across posts
  • 信息流帖子:1:1正方形图片,兼容性最佳
  • 快拍与Reels:9:16竖版内容,带来沉浸式全屏体验
  • 轮播帖子:多张风格统一的图片,适合讲述品牌故事
  • 名言配图:以排版设计为核心的内容,提升用户互动
  • 产品展示:电商及产品导向的视觉物料
  • 幕后内容:真实抓拍风格的内容,拉近与用户的距离
  • 公告配图:活动及新品发布的宣传内容
  • 生活方式平铺图:精心排布的产品陈列图
  • 品牌美学网格:所有帖子保持统一的视觉识别风格

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 1:1 Instagram feed post for a coffee brand showing a latte with beautiful latte art, morning light, cozy cafe vibes",
    "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 1:1 Instagram feed post for a coffee brand showing a latte with beautiful latte art, morning light, cozy cafe vibes",
    "mode": "max"
  }'

Instagram Formats & Sizes

Instagram格式与尺寸

PlacementAspect RatioRecommended SizeUse Case
Feed Post1:11080x1080Standard feed posts, maximum compatibility
Feed Post4:51080x1350Vertical feed posts, more screen real estate
Stories9:161080x1920Full-screen temporary content
Reels9:161080x1920Full-screen video content
Reel Cover9:161080x1920Thumbnail for Reels
Carousel1:11080x1080Multi-image swipeable posts
展示位宽高比推荐尺寸适用场景
信息流帖子1:11080x1080标准信息流帖子,兼容性最佳
信息流帖子4:51080x1350竖版信息流帖子,占据更多屏幕展示空间
快拍9:161080x1920全屏临时展示内容
Reels9:161080x1920全屏视频内容
Reel封面9:161080x1920Reels内容的缩略图
轮播帖1:11080x1080可滑动浏览的多图帖子

Use Case Examples

适用场景示例

1. Feed Post (1:1 Square)

1. 信息流帖子(1:1正方形)

Classic square format for Instagram feed with maximum compatibility across all placements.
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 1:1 square Instagram feed post for a sustainable fashion brand. Show a model in casual earth-toned clothing against a natural outdoor background. Warm, authentic aesthetic with soft natural lighting. Clean composition suitable for a curated Instagram grid.",
    "mode": "max"
  }'
经典正方形格式的Instagram信息流帖子,在所有展示位都有最佳兼容性。
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 1:1 square Instagram feed post for a sustainable fashion brand. Show a model in casual earth-toned clothing against a natural outdoor background. Warm, authentic aesthetic with soft natural lighting. Clean composition suitable for a curated Instagram grid.",
    "mode": "max"
  }'

2. Story (9:16 Vertical)

2. 快拍(9:16竖版)

Full-screen vertical content optimized for Instagram Stories.
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 9:16 Instagram Story for a yoga studio. Show a serene meditation scene with a person in lotus position, soft morning light streaming through windows, calming pastel colors. Leave safe zones at top and bottom for Instagram UI elements and swipe-up area.",
    "mode": "max"
  }'
适配Instagram快拍的全屏竖版内容。
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 9:16 Instagram Story for a yoga studio. Show a serene meditation scene with a person in lotus position, soft morning light streaming through windows, calming pastel colors. Leave safe zones at top and bottom for Instagram UI elements and swipe-up area.",
    "mode": "max"
  }'

3. Reel Cover Image

3. Reel封面图

Eye-catching thumbnail that represents the Reel content and encourages clicks.
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 9:16 Reel cover image for a cooking tutorial. Show an appetizing finished dish (pasta with fresh basil) from above, vibrant colors, food photography style. The image should be eye-catching and make viewers want to watch the full Reel. Leave space at bottom for the Reel title overlay.",
    "mode": "max"
  }'
吸睛的缩略图,能清晰体现Reel内容,吸引用户点击。
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 9:16 Reel cover image for a cooking tutorial. Show an appetizing finished dish (pasta with fresh basil) from above, vibrant colors, food photography style. The image should be eye-catching and make viewers want to watch the full Reel. Leave space at bottom for the Reel title overlay.",
    "mode": "max"
  }'

4. Carousel Post (Multiple Images)

4. 轮播帖子(多图)

Create cohesive multi-image posts that tell a story or showcase multiple products.
bash
undefined
创建风格统一的多图帖子,可用于讲述故事或者展示多款产品。
bash
undefined

First carousel image - Cover slide

First carousel image - Cover slide

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 1:1 carousel image 1 of 5 for a skincare brand. This is the cover slide showing all 5 products arranged beautifully with soft pink and white aesthetic, clean minimal background, soft shadows. Premium feel.", "session_id": "skincare-carousel-001", "mode": "max" }'
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 1:1 carousel image 1 of 5 for a skincare brand. This is the cover slide showing all 5 products arranged beautifully with soft pink and white aesthetic, clean minimal background, soft shadows. Premium feel.", "session_id": "skincare-carousel-001", "mode": "max" }'

Second carousel image - Product detail

Second carousel image - Product detail

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 carousel image 2 of 5. Show the cleanser product close-up with water droplets and fresh ingredients like cucumber slices. Same aesthetic and lighting as the first image.", "session_id": "skincare-carousel-001", "mode": "max" }'
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 carousel image 2 of 5. Show the cleanser product close-up with water droplets and fresh ingredients like cucumber slices. Same aesthetic and lighting as the first image.", "session_id": "skincare-carousel-001", "mode": "max" }'

Third carousel image - Another product

Third carousel image - Another product

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 carousel image 3 of 5. Show the moisturizer with a soft texture swatch, dewy fresh feel. Maintain visual consistency with previous images.", "session_id": "skincare-carousel-001", "mode": "max" }'
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 carousel image 3 of 5. Show the moisturizer with a soft texture swatch, dewy fresh feel. Maintain visual consistency with previous images.", "session_id": "skincare-carousel-001", "mode": "max" }'
undefined

5. Quote Graphics

5. 名言配图

Typography-focused content that drives engagement and shares.
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 1:1 Instagram quote graphic with the text: \"Success is not final, failure is not fatal: it is the courage to continue that counts.\" Use a minimalist design with elegant serif typography on a soft gradient background (light beige to warm cream). Add subtle decorative elements like thin lines or small botanical illustrations. Suitable for a motivational or business coaching account.",
    "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 1:1 Instagram quote graphic with the text: \"Success is not final, failure is not fatal: it is the courage to continue that counts.\" Use a minimalist design with elegant serif typography on a soft gradient background (light beige to warm cream). Add subtle decorative elements like thin lines or small botanical illustrations. Suitable for a motivational or business coaching account.",
    "mode": "max"
  }'

6. Product Showcase Post

6. 产品展示帖

E-commerce focused content that highlights products in lifestyle context.
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:5 Instagram product showcase for wireless headphones. Show the headphones being worn by a stylish person in an urban setting, walking through a modern city. Lifestyle photography style with natural lighting, premium aspirational feel. The product should be clearly visible but feel natural in the scene.",
    "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:5 Instagram product showcase for wireless headphones. Show the headphones being worn by a stylish person in an urban setting, walking through a modern city. Lifestyle photography style with natural lighting, premium aspirational feel. The product should be clearly visible but feel natural in the scene.",
    "mode": "max"
  }'

7. Behind-the-Scenes Content

7. 幕后内容

Authentic, candid-style content that builds connection with the audience.
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 1:1 behind-the-scenes Instagram post for a bakery. Show a baker in the kitchen early morning, hands covered in flour, kneading dough. Warm golden lighting, authentic and candid feel - not overly polished. Capture the passion and craft of artisan baking. Documentary photography 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 1:1 behind-the-scenes Instagram post for a bakery. Show a baker in the kitchen early morning, hands covered in flour, kneading dough. Warm golden lighting, authentic and candid feel - not overly polished. Capture the passion and craft of artisan baking. Documentary photography style.",
    "mode": "max"
  }'

8. Announcement Graphics

8. 公告配图

Event launches, sales, and promotional announcement content.
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 1:1 Instagram announcement graphic for a summer sale. Bold, eye-catching design with tropical vibes - palm leaves, bright colors (coral, turquoise, sunny yellow). Leave clear space for text overlay that will say \"SUMMER SALE - UP TO 50% OFF\". Modern, fresh, energetic aesthetic suitable for a fashion brand.",
    "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 1:1 Instagram announcement graphic for a summer sale. Bold, eye-catching design with tropical vibes - palm leaves, bright colors (coral, turquoise, sunny yellow). Leave clear space for text overlay that will say \"SUMMER SALE - UP TO 50% OFF\". Modern, fresh, energetic aesthetic suitable for a fashion brand.",
    "mode": "max"
  }'

9. Lifestyle Flat Lay

9. 生活方式平铺图

Curated overhead product arrangements popular for lifestyle and product brands.
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 1:1 Instagram flat lay for a travel brand. Overhead shot of travel essentials arranged aesthetically: passport, sunglasses, straw hat, camera, map, coffee cup, and small succulent. Marble or light wood surface background. Clean, organized, Pinterest-worthy composition with soft natural lighting. Wanderlust 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 1:1 Instagram flat lay for a travel brand. Overhead shot of travel essentials arranged aesthetically: passport, sunglasses, straw hat, camera, map, coffee cup, and small succulent. Marble or light wood surface background. Clean, organized, Pinterest-worthy composition with soft natural lighting. Wanderlust aesthetic.",
    "mode": "max"
  }'

10. Brand Aesthetic Grid

10. 品牌美学网格

Create cohesive visuals that contribute to a unified Instagram grid aesthetic.
bash
undefined
创建风格统一的视觉内容,打造统一的Instagram主页网格美学。
bash
undefined

First grid image

First grid image

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 1:1 Instagram post for a minimalist home decor brand. Show a clean, modern living room corner with a simple plant, neutral tones (white, beige, light gray), lots of negative space. This is part of a cohesive grid aesthetic - keep colors muted and style consistent. Scandinavian interior design influence.", "session_id": "home-decor-grid", "mode": "max" }'
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 1:1 Instagram post for a minimalist home decor brand. Show a clean, modern living room corner with a simple plant, neutral tones (white, beige, light gray), lots of negative space. This is part of a cohesive grid aesthetic - keep colors muted and style consistent. Scandinavian interior design influence.", "session_id": "home-decor-grid", "mode": "max" }'

Second grid image - maintaining consistency

Second grid image - maintaining consistency

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 another 1:1 post for the same minimalist home decor brand. Show a bedroom detail - perhaps a textured throw on a bed with a small nightstand. Same color palette and aesthetic as the previous image to maintain grid cohesion.", "session_id": "home-decor-grid", "mode": "max" }'
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 another 1:1 post for the same minimalist home decor brand. Show a bedroom detail - perhaps a textured throw on a bed with a small nightstand. Same color palette and aesthetic as the previous image to maintain grid cohesion.", "session_id": "home-decor-grid", "mode": "max" }'

Third grid image

Third grid image

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 third 1:1 post continuing the grid aesthetic. Show a close-up of a ceramic vase with dried pampas grass. Same minimalist, neutral, Scandinavian-inspired style.", "session_id": "home-decor-grid", "mode": "max" }'
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 third 1:1 post continuing the grid aesthetic. Show a close-up of a ceramic vase with dried pampas grass. Same minimalist, neutral, Scandinavian-inspired style.", "session_id": "home-decor-grid", "mode": "max" }'
undefined

Best Practices

最佳实践

Feed Posts

信息流帖子

  • Grid Planning: Consider how individual posts look together in your profile grid
  • Consistent Editing: Maintain consistent color grading and style across posts
  • 1:1 vs 4:5: Use 1:1 for maximum compatibility, 4:5 for more visual impact
  • Focal Point: Place key elements in the center for thumbnail cropping
  • 网格规划:要考虑单条帖子在个人主页网格中整体展示的效果
  • 统一后期风格:所有帖子保持统一的调色和设计风格
  • 1:1 vs 4:5:1:1格式兼容性最佳,4:5格式视觉冲击力更强
  • 焦点位置:把核心元素放在画面中心,适配缩略图裁剪规则

Stories

快拍

  • Safe Zones: Keep important content away from top 15% and bottom 20% for UI elements
  • Vertical Thinking: Design specifically for vertical, not cropped horizontal
  • Interactive Areas: Leave space for polls, questions, and stickers
  • Bold and Clear: Content should be readable quickly
  • 安全区域:重要内容要避开顶部15%和底部20%的UI元素区域
  • 竖版设计思维:专门为竖屏场景设计,不要用裁剪后的横版内容
  • 交互区域:留出投票、提问、贴纸等交互元素的位置
  • 醒目清晰:内容要能被用户快速读取理解

Carousels

轮播帖子

  • Hook First: Make the first image compelling enough to encourage swiping
  • Visual Flow: Create a narrative or logical progression
  • Consistent Style: Maintain same filters, fonts, and aesthetic throughout
  • End with CTA: Use the last slide for call-to-action or summary
  • 首图钩子:第一张图要有足够吸引力,引导用户滑动浏览
  • 视觉流畅性:构建有叙事性或者逻辑连贯的内容流
  • 风格统一:整个轮播帖保持滤镜、字体、美学风格一致
  • 末尾CTA:最后一张幻灯片放置行动号召或者内容总结

Reels Covers

Reels封面

  • Thumbnail Appeal: Design for small preview in the Reels tab
  • Clear Subject: Avoid busy backgrounds that get lost at small sizes
  • Text Readable: If using text, ensure it is legible at thumbnail size
  • 缩略图吸引力:要适配Reels tab的小尺寸预览场景
  • 主体清晰:避免过于繁杂的背景,小尺寸下容易丢失细节
  • 文字可读性:如果使用文字,要确保在缩略图尺寸下也能清晰阅读

Prompt Tips for Instagram Content

Instagram内容提示词技巧

When creating Instagram content, include these details in your prompt:
  1. Format: Specify aspect ratio (1:1, 4:5, 9:16)
  2. Content Type: Feed post, Story, Reel cover, carousel slide number
  3. Brand/Niche: What type of account is this for?
  4. Aesthetic: Minimalist, bold, vintage, modern, etc.
  5. Color Palette: Specific colors or general mood (warm, cool, neutral)
  6. Composition: Flat lay, portrait, lifestyle, close-up, etc.
  7. Text Space: If you need room for captions or overlay text
创建Instagram内容时,可以在提示词中加入以下细节:
  1. 格式:指定宽高比(1:1、4:5、9:16)
  2. 内容类型:信息流帖子、快拍、Reel封面、轮播幻灯片序号
  3. 品牌/垂直领域:该内容属于什么类型的账号?
  4. 美学风格:极简风、醒目风、复古风、现代风等
  5. 调色板:指定颜色或者整体氛围(暖色调、冷色调、中性色调)
  6. 构图:平铺图、人像、生活场景、特写等
  7. 文字空间:是否需要预留文案或者叠加文字的位置

Example Prompt Structure

提示词结构示例

"Create a [aspect ratio] Instagram [content type] for a [brand/niche].
Show [visual description] with [aesthetic/mood].
[Color and style preferences].
[Additional requirements like text space, grid consistency, etc.]"
"Create a [aspect ratio] Instagram [content type] for a [brand/niche].
Show [visual description] with [aesthetic/mood].
[Color and style preferences].
[Additional requirements like text space, grid consistency, etc.]"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final content, portfolio posts, important campaignsSlowerHighest
eco
Quick drafts, content planning, A/B testing conceptsFasterGood
生成内容前可以询问用户:
"你想要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终发布内容、作品集帖子、重要营销活动较慢最高
eco
快速草稿、内容规划、A/B测试概念较快良好

Multi-Turn Content Iteration

多轮内容迭代

Use
session_id
to iterate on content and maintain visual consistency:
bash
undefined
使用
session_id
可以迭代优化内容,保持视觉风格一致性:
bash
undefined

Initial concept

Initial concept

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 1:1 Instagram post for a jewelry brand, elegant and minimal", "session_id": "jewelry-content" }'
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 1:1 Instagram post for a jewelry brand, elegant and minimal", "session_id": "jewelry-content" }'

Iterate based on feedback

Iterate based on feedback

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": "Make it more luxurious, add soft bokeh background with golden tones", "session_id": "jewelry-content" }'
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": "Make it more luxurious, add soft bokeh background with golden tones", "session_id": "jewelry-content" }'

Request Story version

Request Story version

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": "Now create a 9:16 Story version of this same visual style", "session_id": "jewelry-content" }'
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": "Now create a 9:16 Story version of this same visual style", "session_id": "jewelry-content" }'
undefined

Content Calendar Batch Generation

内容日历批量生成

Generate multiple pieces of content for planning:
bash
undefined
批量生成多条内容用于运营规划:
bash
undefined

Monday motivation

Monday motivation

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 1:1 motivational Monday post for a fitness brand - energetic gym scene, morning workout vibes", "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 1:1 motivational Monday post for a fitness brand - energetic gym scene, morning workout vibes", "mode": "eco" }'

Wednesday product feature

Wednesday product feature

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 1:1 product showcase for the same fitness brand - protein shake in a gym bag flat lay", "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 1:1 product showcase for the same fitness brand - protein shake in a gym bag flat lay", "mode": "eco" }'

Friday lifestyle

Friday lifestyle

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 1:1 lifestyle post for the same fitness brand - friends laughing after a workout, feel-good Friday vibes", "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 1:1 lifestyle post for the same fitness brand - friends laughing after a workout, feel-good Friday vibes", "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 content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足前往eachlabs.ai充值
内容政策违规生成内容属于违禁范畴调整提示词,符合内容政策要求
超时生成内容复杂度较高将客户端超时时间设置为至少10分钟

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • meta-ad-creative-generation
    - Meta (Facebook & Instagram) ad creatives
  • product-photo-generation
    - E-commerce product shots
  • tiktok-ad-creative-generation
    - TikTok content creation
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - Meta(Facebook & Instagram)广告素材生成
  • product-photo-generation
    - 电商产品图生成
  • tiktok-ad-creative-generation
    - TikTok内容创作