twitch-overlay-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Twitch Overlay Generation

Twitch直播覆盖素材生成

Generate professional streaming overlays and graphics using each::sense. This skill creates images optimized for Twitch, YouTube Gaming, and other streaming platforms.
使用each::sense生成专业的直播覆盖素材与图形。该技能可生成针对Twitch、YouTube Gaming及其他直播平台优化的图片。

Features

功能特性

  • Webcam Frames: Custom borders and frames for webcam placement
  • Starting Soon Screens: Countdown and pre-stream graphics
  • BRB Screens: Be right back intermission graphics
  • Stream Ending Screens: Outro and ending sequence graphics
  • Alert Graphics: Follow, subscribe, donation, and raid alerts
  • Chat Box Frames: Styled chat overlay containers
  • Twitch Panels: Channel panel graphics for about, schedule, rules, etc.
  • Emotes: Custom Twitch emotes for channel subscribers
  • Subscriber Badges: Tiered loyalty badges for subscribers
  • Channel Banners: Profile banners and offline screens
  • 摄像头边框:为摄像头位置定制的边框与外框
  • 即将开播画面:倒计时与直播前预热图形
  • BRB临时离开画面:直播中场休息时的临时离开图形
  • 直播结束画面:收尾与直播结束序列图形
  • 提醒图形:关注、订阅、打赏及突袭提醒
  • 聊天框外框:带样式的聊天覆盖容器
  • Twitch频道面板:用于介绍、日程、规则等的频道面板图形
  • Emotes表情:为频道订阅者定制的Twitch表情
  • 订阅者徽章:针对订阅者的分级忠诚度徽章
  • 频道横幅:个人资料横幅与离线画面

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 cyberpunk themed webcam frame with neon purple and blue colors, futuristic tech elements, transparent center for the webcam",
    "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 cyberpunk themed webcam frame with neon purple and blue colors, futuristic tech elements, transparent center for the webcam",
    "mode": "max"
  }'

Streaming Overlay Formats & Sizes

直播覆盖素材格式与尺寸

Asset TypeSizeFormatUse Case
Webcam Frame1920x1080PNG (transparent)Overlay on stream layout
Starting Soon1920x1080PNG/MP4Pre-stream display
BRB Screen1920x1080PNG/MP4Break screen
Stream Ending1920x1080PNG/MP4End of stream
Alert Graphics400x400PNG (transparent)On-screen notifications
Chat Box Frame400x600PNG (transparent)Chat overlay container
Twitch Panel320x160PNGChannel info panels
Emote112x112, 56x56, 28x28PNG (transparent)Chat emotes
Sub Badge72x72, 36x36, 18x18PNG (transparent)Subscriber badges
Channel Banner1200x480PNGProfile banner
Offline Screen1920x1080PNGWhen stream is offline
素材类型尺寸格式使用场景
摄像头边框1920x1080PNG(透明背景)覆盖在直播布局上
即将开播画面1920x1080PNG/MP4直播前展示
BRB临时离开画面1920x1080PNG/MP4休息时段画面
直播结束画面1920x1080PNG/MP4直播收尾
提醒图形400x400PNG(透明背景)屏幕通知
聊天框外框400x600PNG(透明背景)聊天覆盖容器
Twitch频道面板320x160PNG频道信息面板
Emotes表情112x112, 56x56, 28x28PNG(透明背景)聊天表情
订阅者徽章72x72, 36x36, 18x18PNG(透明背景)订阅者徽章
频道横幅1200x480PNG个人资料横幅
离线画面1920x1080PNG直播离线时展示

Use Case Examples

使用场景示例

1. Stream Overlay with Webcam Frame

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 1920x1080 stream overlay with a webcam frame in the bottom right corner. Gaming theme with dark purple and gold accents. Include decorative borders, transparent center for webcam, and space for recent events on the left side. Modern esports 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 1920x1080 stream overlay with a webcam frame in the bottom right corner. Gaming theme with dark purple and gold accents. Include decorative borders, transparent center for webcam, and space for recent events on the left side. Modern esports aesthetic.",
    "mode": "max"
  }'

2. Starting Soon Screen

2. 即将开播画面

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 1920x1080 Starting Soon screen for a gaming stream. Neon synthwave theme with retro grid, glowing text area for STARTING SOON, animated feel with light rays and particles. Include space for social media handles at the bottom. Pink, purple, and cyan color scheme.",
    "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 1920x1080 Starting Soon screen for a gaming stream. Neon synthwave theme with retro grid, glowing text area for STARTING SOON, animated feel with light rays and particles. Include space for social media handles at the bottom. Pink, purple, and cyan color scheme.",
    "mode": "max"
  }'

3. BRB (Be Right Back) Screen

3. BRB(临时离开)画面

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 1920x1080 BRB screen for Twitch. Cozy lo-fi aesthetic with warm colors, include a cute animated coffee cup or snack visual. Text space for BE RIGHT BACK in stylized font. Soft lighting, relaxing vibes. Include subtle chat reminder at bottom.",
    "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 1920x1080 BRB screen for Twitch. Cozy lo-fi aesthetic with warm colors, include a cute animated coffee cup or snack visual. Text space for BE RIGHT BACK in stylized font. Soft lighting, relaxing vibes. Include subtle chat reminder at bottom.",
    "mode": "max"
  }'

4. Stream Ending Screen

4. 直播结束画面

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 1920x1080 stream ending screen. Thanks for watching theme with space for STREAM ENDED or THANKS FOR WATCHING text. Include areas for social media icons/handles, next stream schedule, and a follow reminder. Dark elegant theme with gold accents and particle effects.",
    "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 1920x1080 stream ending screen. Thanks for watching theme with space for STREAM ENDED or THANKS FOR WATCHING text. Include areas for social media icons/handles, next stream schedule, and a follow reminder. Dark elegant theme with gold accents and particle effects.",
    "mode": "max"
  }'

5. Alert Graphics (Follow, Sub, Donation)

5. 提醒图形(关注、订阅、打赏)

bash
undefined
bash
undefined

Follow Alert

关注提醒

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 400x400 transparent PNG follow alert graphic for Twitch. Cute anime-style character celebrating with confetti and sparkles. Include a heart icon and space for NEW FOLLOWER text. Vibrant colors, kawaii aesthetic.", "session_id": "alert-set-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 400x400 transparent PNG follow alert graphic for Twitch. Cute anime-style character celebrating with confetti and sparkles. Include a heart icon and space for NEW FOLLOWER text. Vibrant colors, kawaii aesthetic.", "session_id": "alert-set-001", "mode": "max" }'

Subscribe Alert (same session for consistency)

订阅提醒(使用相同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 a matching 400x400 subscribe alert. Same style as the follow alert but with a star icon and more elaborate celebration effects. Space for NEW SUB text.", "session_id": "alert-set-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 matching 400x400 subscribe alert. Same style as the follow alert but with a star icon and more elaborate celebration effects. Space for NEW SUB text.", "session_id": "alert-set-001", "mode": "max" }'

Donation Alert

打赏提醒

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 matching 400x400 donation/tip alert. Same style with coin or money effects, extra sparkle and celebration. Space for donation amount text.", "session_id": "alert-set-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 a matching 400x400 donation/tip alert. Same style with coin or money effects, extra sparkle and celebration. Space for donation amount text.", "session_id": "alert-set-001", "mode": "max" }'
undefined

6. Chat Box Frame

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 400x600 transparent chat box frame overlay. Cyberpunk tech theme with glowing border edges, circuit board patterns. Mostly transparent center where chat will display. Include a small CHAT header area at top. Neon green and black color scheme.",
    "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 400x600 transparent chat box frame overlay. Cyberpunk tech theme with glowing border edges, circuit board patterns. Mostly transparent center where chat will display. Include a small CHAT header area at top. Neon green and black color scheme.",
    "mode": "max"
  }'

7. Twitch Panel Graphics

7. Twitch频道面板图形

bash
undefined
bash
undefined

About Panel

关于我面板

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 320x160 Twitch panel graphic for an ABOUT ME section. Clean modern design with the text ABOUT ME. Dark background with gradient accent, gaming controller or headset icon. Professional streamer aesthetic.", "session_id": "panel-set-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 320x160 Twitch panel graphic for an ABOUT ME section. Clean modern design with the text ABOUT ME. Dark background with gradient accent, gaming controller or headset icon. Professional streamer aesthetic.", "session_id": "panel-set-001", "mode": "max" }'

Schedule Panel

日程面板

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 matching 320x160 SCHEDULE panel. Same style as previous with calendar icon. Text says SCHEDULE.", "session_id": "panel-set-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 matching 320x160 SCHEDULE panel. Same style as previous with calendar icon. Text says SCHEDULE.", "session_id": "panel-set-001", "mode": "max" }'

Rules Panel

规则面板

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 matching 320x160 RULES panel. Same style with a book or list icon.", "session_id": "panel-set-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 a matching 320x160 RULES panel. Same style with a book or list icon.", "session_id": "panel-set-001", "mode": "max" }'
undefined

8. Twitch Emote Generation

8. Twitch表情生成

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 112x112 Twitch emote. A cute cat face with heart eyes, chibi/kawaii style. Expressive, bold lines, vibrant colors that pop against dark backgrounds. Transparent background. The emote should be readable at small sizes.",
    "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 112x112 Twitch emote. A cute cat face with heart eyes, chibi/kawaii style. Expressive, bold lines, vibrant colors that pop against dark backgrounds. Transparent background. The emote should be readable at small sizes.",
    "mode": "max"
  }'

Emote variations

表情变体

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 set of 3 Twitch emotes at 112x112 each: 1) Pog/excited face, 2) Sad/cry face, 3) Laugh/LUL face. All featuring a cute frog character, consistent style across all three. Bold outlines, expressive features, transparent backgrounds.", "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 set of 3 Twitch emotes at 112x112 each: 1) Pog/excited face, 2) Sad/cry face, 3) Laugh/LUL face. All featuring a cute frog character, consistent style across all three. Bold outlines, expressive features, transparent backgrounds.", "mode": "max" }'
undefined

9. Subscriber Badges

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 set of 6 Twitch subscriber badges at 72x72 pixels each, tiered progression for 1 month, 3 months, 6 months, 1 year, 2 years, and 3 years. Theme: crystal/gem progression from small rough gem to elaborate crown jewel. Each tier more detailed and prestigious. Transparent backgrounds, clear at small sizes.",
    "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 set of 6 Twitch subscriber badges at 72x72 pixels each, tiered progression for 1 month, 3 months, 6 months, 1 year, 2 years, and 3 years. Theme: crystal/gem progression from small rough gem to elaborate crown jewel. Each tier more detailed and prestigious. Transparent backgrounds, clear at small sizes.",
    "mode": "max"
  }'

Alternative badge style

替代徽章风格

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 6 subscriber loyalty badges, 72x72 pixels. Military rank progression theme: bronze star (1mo), silver star (3mo), gold star (6mo), bronze medal (1yr), silver medal (2yr), gold medal with laurels (3yr). Clear iconography, readable at 18x18 size, transparent backgrounds.", "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 6 subscriber loyalty badges, 72x72 pixels. Military rank progression theme: bronze star (1mo), silver star (3mo), gold star (6mo), bronze medal (1yr), silver medal (2yr), gold medal with laurels (3yr). Clear iconography, readable at 18x18 size, transparent backgrounds.", "mode": "max" }'
undefined

10. Channel Banner

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 a 1200x480 Twitch channel banner. Epic gaming scene with dramatic lighting, mountain landscape with fantasy elements. Space on the right side for channel name text. Color scheme: deep blues and purples with orange accent lighting. Cinematic, high quality.",
    "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 1200x480 Twitch channel banner. Epic gaming scene with dramatic lighting, mountain landscape with fantasy elements. Space on the right side for channel name text. Color scheme: deep blues and purples with orange accent lighting. Cinematic, high quality.",
    "mode": "max"
  }'

Offline Screen

离线画面

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 1920x1080 Twitch offline screen. Cozy nighttime scene with a gaming setup, monitors off, ambient lighting from RGB peripherals. Text space for CURRENTLY OFFLINE and social media handles. Moody atmospheric lighting, lo-fi aesthetic.", "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 1920x1080 Twitch offline screen. Cozy nighttime scene with a gaming setup, monitors off, ambient lighting from RGB peripherals. Text space for CURRENTLY OFFLINE and social media handles. Moody atmospheric lighting, lo-fi aesthetic.", "mode": "max" }'
undefined

Best Practices

最佳实践

Overlay Design

覆盖素材设计

  • Transparency: Request PNG with transparent backgrounds for overlays
  • Safe Zones: Keep important elements away from edges (Twitch UI covers corners)
  • Readability: Ensure text is readable on various game backgrounds
  • Consistency: Use session_id to maintain style across overlay sets
  • Color Contrast: Use colors that stand out but do not distract from gameplay
  • 透明度:为覆盖素材要求带透明背景的PNG格式
  • 安全区域:将重要元素远离边缘(Twitch界面会遮挡角落)
  • 可读性:确保文字在各类游戏背景下都清晰可读
  • 一致性:使用session_id保证整套覆盖素材风格统一
  • 色彩对比度:选用既醒目又不会干扰游戏的颜色

Emotes & Badges

表情与徽章

  • Bold Lines: Use thick outlines for visibility at small sizes
  • Simple Designs: Less detail works better at 28x28 and 18x18 sizes
  • Test Sizes: Request all size variants or design for the smallest size
  • Expression First: Emotes should convey emotion instantly
  • 粗线条:使用粗轮廓保证小尺寸下的可见性
  • 简洁设计:28x28和18x18尺寸下,细节越少效果越好
  • 测试尺寸:要求提供全尺寸变体,或针对最小尺寸设计
  • 优先表达情绪:表情应能瞬间传递情绪

Screen Graphics

画面图形

  • Brand Consistency: Maintain colors and style across all screens
  • Text Hierarchy: Make primary text (Starting Soon, BRB) most prominent
  • Social Integration: Include space for social media handles
  • Animation-Ready: Design with potential animation in mind
  • 品牌一致性:所有画面保持统一的色彩与风格
  • 文字层级:让核心文字(即将开播、临时离开)最为突出
  • 社交整合:预留社交媒体账号展示空间
  • 适配动画:设计时考虑后续添加动画的可能性

Prompt Tips for Streaming Graphics

直播图形提示词技巧

When creating streaming overlays, include these details:
  1. Dimensions: Specify exact pixel dimensions
  2. Theme: Gaming genre, aesthetic (cyberpunk, cozy, anime, etc.)
  3. Colors: Primary and accent colors that match your brand
  4. Transparency: Specify if you need transparent background
  5. Text Space: Where text/logos will be placed
  6. Style Reference: Esports, cozy, retro, minimal, etc.
  7. Platform: Twitch, YouTube, or multi-platform
创建直播覆盖素材时,需包含以下细节:
  1. 尺寸:指定精确的像素尺寸
  2. 主题:游戏类型、美学风格(赛博朋克、温馨、动漫等)
  3. 色彩:符合品牌的主色调与辅助色
  4. 透明度:说明是否需要透明背景
  5. 文字区域:文字/Logo的放置位置
  6. 风格参考:电竞风、温馨风、复古风、极简风等
  7. 平台:Twitch、YouTube或多平台通用

Example Prompt Structure

提示词结构示例

"Create a [dimensions] [asset type] for [platform].
[Theme/aesthetic] with [color scheme].
Include [specific elements] and space for [text/overlays].
[Transparency requirements]. [Style reference]."
"Create a [dimensions] [asset type] for [platform].
[Theme/aesthetic] with [color scheme].
Include [specific elements] and space for [text/overlays].
[Transparency requirements]. [Style reference]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final production overlays, emote sets, brand assetsSlowerHighest
eco
Quick concepts, drafts, style explorationFasterGood
生成前请询问用户:
"您需要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终生产用覆盖素材、表情套装、品牌资产较慢最高
eco
快速概念稿、草稿、风格探索较快良好

Multi-Turn Overlay Set Creation

多轮生成整套覆盖素材

Use
session_id
to create cohesive overlay packages:
bash
undefined
使用
session_id
生成风格统一的整套覆盖素材包:
bash
undefined

Create base style

创建基础风格

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 webcam frame with a Japanese cherry blossom theme, soft pink and white colors, elegant minimal design", "session_id": "sakura-overlay-set" }'
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 webcam frame with a Japanese cherry blossom theme, soft pink and white colors, elegant minimal design", "session_id": "sakura-overlay-set" }'

Create matching starting soon

创建风格匹配的即将开播画面

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 matching Starting Soon screen in the same cherry blossom style", "session_id": "sakura-overlay-set" }'
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 matching Starting Soon screen in the same cherry blossom style", "session_id": "sakura-overlay-set" }'

Create matching BRB screen

创建风格匹配的BRB画面

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 matching BRB screen, same aesthetic with falling petals", "session_id": "sakura-overlay-set" }'
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 matching BRB screen, same aesthetic with falling petals", "session_id": "sakura-overlay-set" }'

Create matching alerts

创建风格匹配的提醒弹窗

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 follow and subscribe alerts matching this cherry blossom theme", "session_id": "sakura-overlay-set" }'
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 follow and subscribe alerts matching this cherry blossom theme", "session_id": "sakura-overlay-set" }'
undefined

Complete Overlay Package Example

完整覆盖素材包示例

Generate a full streaming package in one session:
bash
undefined
在一个会话中生成整套直播素材包:
bash
undefined

Initialize the package style

初始化素材包风格

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": "I am creating a complete Twitch overlay package. Theme: Cyberpunk Neon City. Colors: Hot pink, electric blue, purple. Style: Futuristic, glowing edges, holographic elements. Start with the main webcam overlay frame at 1920x1080.", "session_id": "cyberpunk-package", "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": "I am creating a complete Twitch overlay package. Theme: Cyberpunk Neon City. Colors: Hot pink, electric blue, purple. Style: Futuristic, glowing edges, holographic elements. Start with the main webcam overlay frame at 1920x1080.", "session_id": "cyberpunk-package", "mode": "max" }'
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 styleNo session_idUse session_id for multi-asset generation
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含违禁内容调整提示词以符合平台规范
超时生成任务复杂将客户端超时设置为至少10分钟
风格不一致未使用session_id多素材生成时使用session_id

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • emote-generation
    - Specialized emote creation
  • brand-kit-generation
    - Complete brand identity packages
  • animated-overlay-generation
    - Animated/video overlays
  • each-sense
    - 核心API文档
  • emote-generation
    - 专业表情创建
  • brand-kit-generation
    - 完整品牌标识包
  • animated-overlay-generation
    - 动画/视频覆盖素材