linkedin-content-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

LinkedIn Content Generation

LinkedIn内容生成

Generate high-impact LinkedIn content graphics using each::sense. This skill creates professional images optimized for LinkedIn's formats, audience expectations, and best practices for B2B engagement.
使用each::sense生成高影响力的LinkedIn内容图形。该工具可创建符合LinkedIn格式、受众期望以及B2B互动最佳实践的专业图片。

Features

功能特性

  • Post Graphics: Eye-catching images for feed posts and updates
  • Article Headers: Professional header images for LinkedIn articles
  • Company Banners: Brand-aligned banners for company pages
  • Event Promotions: Graphics for webinars, conferences, and events
  • Thought Leadership: Visuals for industry insights and expertise
  • Data Visualization: Stats and infographic-style content
  • Team Announcements: New hire, promotion, and team celebration graphics
  • Job Postings: Attractive visuals for recruitment posts
  • Personal Brand: Professional imagery for individual thought leaders
  • 帖子图形: 用于动态消息和更新的吸睛图片
  • 文章标题图: 用于LinkedIn文章的专业标题图片
  • 公司横幅: 与品牌风格一致的公司主页横幅
  • 活动推广图: 用于网络研讨会、会议和活动的图形
  • 思想领导力素材: 用于行业见解和专业知识的视觉内容
  • 数据可视化: 统计数据和信息图风格的内容
  • 团队公告图: 新员工入职、晋升和团队庆祝的图形
  • 招聘帖子图: 用于招聘帖子的吸睛视觉素材
  • 个人品牌素材: 面向个人思想领袖的专业视觉内容

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 a LinkedIn post graphic about AI transformation in business, professional and modern style with blue color scheme"}],
    "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 LinkedIn post graphic about AI transformation in business, professional and modern style with blue color scheme"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

LinkedIn Image Formats & Sizes

LinkedIn图片格式与尺寸

Content TypeAspect RatioRecommended SizeUse Case
Feed Post (Single)1.91:11200x628Standard post images
Feed Post (Square)1:11080x1080High engagement posts
Feed Post (Portrait)4:51080x1350Maximum feed presence
Article Header1.91:11200x628LinkedIn article covers
Company Banner4:11128x191Company page header
Event Cover16:91600x900Event page images
Carousel Slide1:11080x1080Document/carousel posts
内容类型宽高比推荐尺寸使用场景
动态帖子(单图)1.91:11200x628标准帖子图片
动态帖子(方形)1:11080x1080高互动率帖子
动态帖子(竖版)4:51080x1350最大化动态展示占比
文章标题图1.91:11200x628LinkedIn文章封面
公司横幅4:11128x191公司主页头部横幅
活动封面16:91600x900活动页面图片
轮播幻灯片1:11080x1080文档/轮播帖子

Use Case Examples

使用案例示例

1. Professional Post Graphic

1. 专业帖子图形

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 1:1 LinkedIn post graphic about digital transformation. Show a professional in a modern office environment with digital elements and data visualizations floating around. Clean, corporate aesthetic with blue and white tones. Leave space at bottom for text overlay."}],
    "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 1:1 LinkedIn post graphic about digital transformation. Show a professional in a modern office environment with digital elements and data visualizations floating around. Clean, corporate aesthetic with blue and white tones. Leave space at bottom for text overlay."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Article Header Image

2. 文章标题图片

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 1200x628 LinkedIn article header image about leadership in remote work. Abstract professional design showing connected people icons, home office elements, and collaboration symbols. Corporate blue gradient background with modern geometric shapes."}],
    "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 1200x628 LinkedIn article header image about leadership in remote work. Abstract professional design showing connected people icons, home office elements, and collaboration symbols. Corporate blue gradient background with modern geometric shapes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Company Page Banner

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 a LinkedIn company banner (1128x191 pixels, very wide 4:1 ratio) for a tech consulting firm. Abstract technology-themed design with circuit patterns, subtle gradient from dark blue to teal. Professional and innovative feel. No text, just visual elements."}],
    "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 LinkedIn company banner (1128x191 pixels, very wide 4:1 ratio) for a tech consulting firm. Abstract technology-themed design with circuit patterns, subtle gradient from dark blue to teal. Professional and innovative feel. No text, just visual elements."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Event Promotion Graphic

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 a 16:9 LinkedIn event cover for a virtual leadership summit. Show a professional conference stage setup with modern lighting, screens displaying abstract business graphics, and an audience silhouette. Premium corporate event atmosphere with purple and blue accent lighting."}],
    "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 16:9 LinkedIn event cover for a virtual leadership summit. Show a professional conference stage setup with modern lighting, screens displaying abstract business graphics, and an audience silhouette. Premium corporate event atmosphere with purple and blue accent lighting."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Thought Leadership Visual

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 a 1:1 thought leadership post image about the future of AI in healthcare. Show an abstract visualization of AI and medical imagery merging - neural network patterns combined with medical symbols, DNA helixes, and healthcare icons. Clean white background with blue and green accents. Professional and innovative."}],
    "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 1:1 thought leadership post image about the future of AI in healthcare. Show an abstract visualization of AI and medical imagery merging - neural network patterns combined with medical symbols, DNA helixes, and healthcare icons. Clean white background with blue and green accents. Professional and innovative."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Data/Stats Visualization Background

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 a 1:1 LinkedIn post background for showcasing business statistics. Abstract data visualization design with subtle chart elements, graph lines, and percentage symbols in the background. Dark professional theme with glowing blue and green data points. Leave large center area for text overlay of actual statistics."}],
    "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 1:1 LinkedIn post background for showcasing business statistics. Abstract data visualization design with subtle chart elements, graph lines, and percentage symbols in the background. Dark professional theme with glowing blue and green data points. Leave large center area for text overlay of actual statistics."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Team Announcement Graphic

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 a 1:1 LinkedIn graphic template for a new team member announcement. Professional celebratory design with confetti elements, welcome banner style, and a prominent circular placeholder area for a profile photo. Corporate colors (blue and gold), warm and welcoming atmosphere."}],
    "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 1:1 LinkedIn graphic template for a new team member announcement. Professional celebratory design with confetti elements, welcome banner style, and a prominent circular placeholder area for a profile photo. Corporate colors (blue and gold), warm and welcoming atmosphere."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Job Posting Visual

8. 招聘帖子视觉素材

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 4:5 LinkedIn job posting graphic for a software engineering position. Show a modern tech workspace with developers collaborating, multiple screens with code, bright and energetic office environment. Diverse team, innovative startup atmosphere. Leave top portion for job title text."}],
    "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 4:5 LinkedIn job posting graphic for a software engineering position. Show a modern tech workspace with developers collaborating, multiple screens with code, bright and energetic office environment. Diverse team, innovative startup atmosphere. Leave top portion for job title text."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Industry Insight Graphic

9. 行业见解图形

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 1.91:1 LinkedIn post image about fintech industry trends. Abstract financial technology visualization with blockchain nodes, digital currency symbols, and banking icons interconnected. Gradient from navy to electric blue, futuristic but professional. Suitable for a market analysis post."}],
    "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 1.91:1 LinkedIn post image about fintech industry trends. Abstract financial technology visualization with blockchain nodes, digital currency symbols, and banking icons interconnected. Gradient from navy to electric blue, futuristic but professional. Suitable for a market analysis post."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Personal Brand Content

10. 个人品牌内容

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 1:1 personal brand LinkedIn post image for a business coach sharing advice. Show a professional speaking or presenting, confident pose, modern minimalist office background with motivational elements. Warm, approachable lighting. Space at bottom for quote text overlay."}],
    "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 1:1 personal brand LinkedIn post image for a business coach sharing advice. Show a professional speaking or presenting, confident pose, modern minimalist office background with motivational elements. Warm, approachable lighting. Space at bottom for quote text overlay."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

最佳实践

Professional Aesthetics

专业美学

  • Color Palette: Stick to professional colors - blues, grays, white, with accent colors
  • Clean Design: Avoid clutter; LinkedIn audience prefers polished, minimal designs
  • Brand Consistency: Maintain consistent visual identity across all content
  • Text Space: Leave clear areas for headlines, stats, or quotes
  • 调色板: 使用专业配色——蓝色、灰色、白色,搭配点缀色
  • 简洁设计: 避免杂乱;LinkedIn受众偏好精致、简约的设计
  • 品牌一致性: 在所有内容中保持一致的视觉标识
  • 文本空间: 预留清晰区域用于放置标题、统计数据或引用语

Content Guidelines

内容指南

  • Professional Tone: Content should feel business-appropriate
  • High Resolution: Always generate at recommended sizes for crisp display
  • Mobile-First: Most LinkedIn users browse on mobile - ensure clarity at smaller sizes
  • Accessibility: Use good contrast ratios for any overlaid text
  • 专业语气: 内容应符合商业场景
  • 高分辨率: 始终按推荐尺寸生成,确保显示清晰
  • 移动优先: 大多数LinkedIn用户通过移动端浏览——确保小尺寸下仍清晰可见
  • 可访问性: 叠加文本需使用良好的对比度

Engagement Optimization

互动优化

  • Visual Hierarchy: Guide the eye to key elements
  • Emotional Connection: Use human elements for higher engagement
  • Brand Recognition: Include subtle brand elements when appropriate
  • 视觉层次: 引导视线聚焦关键元素
  • 情感连接: 使用人文元素提升互动率
  • 品牌辨识度: 适时加入微妙的品牌元素

Prompt Tips for LinkedIn Content

LinkedIn内容提示技巧

When creating LinkedIn content, include these details in your prompt:
  1. Format: Specify aspect ratio (1:1, 1.91:1, 4:5, 16:9)
  2. Content Type: Post, article header, banner, event, etc.
  3. Industry: Tech, finance, healthcare, consulting, etc.
  4. Mood: Professional, innovative, warm, authoritative
  5. Color Scheme: Corporate blues, brand colors, etc.
  6. Text Space: Where you need room for copy overlay
  7. Target Audience: Executives, developers, HR, etc.
创建LinkedIn内容时,在提示中包含以下细节:
  1. 格式: 指定宽高比(1:1、1.91:1、4:5、16:9)
  2. 内容类型: 帖子、文章标题图、横幅、活动图等
  3. 行业: 科技、金融、医疗、咨询等
  4. 风格: 专业、创新、温暖、权威
  5. 配色方案: 企业蓝、品牌色等
  6. 文本空间: 需要预留文案叠加的区域
  7. 目标受众: 高管、开发者、HR等

Example Prompt Structure

提示示例结构

"Create a [aspect ratio] LinkedIn [content type] for [industry/topic].
Show [visual description] with [mood/style].
Color scheme: [colors].
[Additional requirements like text space, brand elements, etc.]"
"Create a [aspect ratio] LinkedIn [content type] for [industry/topic].
Show [visual description] with [mood/style].
Color scheme: [colors].
[Additional requirements like text space, brand elements, etc.]"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final content, important posts, brand materialsSlowerHighest
eco
Quick drafts, concept exploration, batch testingFasterGood
生成前询问用户:
"您需要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终内容、重要帖子、品牌素材较慢最高
eco
快速草稿、概念探索、批量测试较快良好

Multi-Turn Content Iteration

多轮内容迭代

Use
session_id
to iterate on LinkedIn content:
bash
undefined
使用
session_id
对LinkedIn内容进行迭代优化:
bash
undefined

Initial graphic

初始图形

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 1:1 LinkedIn post about SaaS growth strategies, professional blue theme"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'
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 1:1 LinkedIn post about SaaS growth strategies, professional blue theme"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'

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": "Make it more dynamic with upward trending graph elements and add some green accent colors for growth theme"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'
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": "Make it more dynamic with upward trending graph elements and add some green accent colors for growth theme"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'

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 an alternative version with a darker background for A/B testing"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'
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 an alternative version with a darker background for A/B testing"}], "model": "eachsense/beta", "stream": true, "session_id": "linkedin-saas-post" }'
undefined

Carousel Content Generation

轮播内容生成

Generate multiple slides for LinkedIn carousel posts:
bash
undefined
为LinkedIn轮播帖子生成多张幻灯片:
bash
undefined

Slide 1 - Cover

幻灯片1 - 封面

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 slide 1 of 5 for a LinkedIn carousel about productivity tips. Cover slide design - bold, attention-grabbing with abstract productivity imagery. 1:1 format, dark blue background with orange accents."}], "model": "eachsense/beta", "stream": true, "session_id": "productivity-carousel", "mode": "max" }'
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 slide 1 of 5 for a LinkedIn carousel about productivity tips. Cover slide design - bold, attention-grabbing with abstract productivity imagery. 1:1 format, dark blue background with orange accents."}], "model": "eachsense/beta", "stream": true, "session_id": "productivity-carousel", "mode": "max" }'

Slide 2 - Content slide

幻灯片2 - 内容页

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 slide 2 of 5 maintaining the same visual style. Show time management concept with clock and calendar elements. Leave space for tip text."}], "model": "eachsense/beta", "stream": true, "session_id": "productivity-carousel", "mode": "max" }'
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 slide 2 of 5 maintaining the same visual style. Show time management concept with clock and calendar elements. Leave space for tip text."}], "model": "eachsense/beta", "stream": true, "session_id": "productivity-carousel", "mode": "max" }'
undefined

Batch Content Generation

批量内容生成

Generate multiple variations for content testing:
bash
undefined
生成多个变体用于内容测试:
bash
undefined

Variation A - Abstract style

变体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 a 1:1 LinkedIn post about cloud computing - abstract geometric style with cloud and server icons"}], "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 a 1:1 LinkedIn post about cloud computing - abstract geometric style with cloud and server icons"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'

Variation B - Photo-realistic style

变体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 a 1:1 LinkedIn post about cloud computing - photo-realistic data center with blue lighting"}], "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 a 1:1 LinkedIn post about cloud computing - photo-realistic data center with blue lighting"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'

Variation C - Minimal style

变体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 a 1:1 LinkedIn post about cloud computing - minimal line art style with simple cloud icon"}], "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 a 1:1 LinkedIn post about cloud computing - minimal line art style with simple cloud icon"}], "model": "eachsense/beta", "stream": true, "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 professional content guidelines
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
  • google-ad-creative-generation
    - Google Ads creatives
  • product-photo-generation
    - E-commerce product shots
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - Meta(Facebook/Instagram)广告创意
  • google-ad-creative-generation
    - Google Ads创意
  • product-photo-generation
    - 电商产品拍摄素材