album-cover-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Album Cover Generation

专辑封面生成

Generate stunning, professional album artwork using each::sense. This skill creates high-quality visuals for music releases across all genres, optimized for streaming platforms, digital distribution, and physical media.
借助each::sense生成惊艳、专业的专辑艺术作品。该技能可为全流派音乐发行创作高质量视觉内容,针对流媒体平台、数字发行渠道及实体介质进行优化。

Features

功能特性

  • Full Album Covers: Standard 3000x3000 px artwork for all platforms
  • Singles Artwork: Eye-catching visuals for single releases
  • EP Covers: Cohesive artwork for extended plays
  • Spotify Canvas: Vertical animated visuals for streaming
  • Genre-Specific Styles: Hip-hop, rock, pop, electronic, jazz, classical, indie
  • Multi-Turn Iteration: Refine artwork through conversation
  • Consistent Branding: Maintain artist visual identity across releases
  • 完整专辑封面: 适用于所有平台的标准3000x3000像素艺术作品
  • 单曲视觉作品: 吸引眼球的单曲发行视觉内容
  • EP封面: 风格统一的迷你专辑封面
  • Spotify Canvas: 适用于流媒体平台的竖版动态视觉内容
  • 流派专属风格: 支持嘻哈、摇滚、流行、电子、爵士、古典、独立音乐
  • 多轮迭代优化: 通过对话逐步完善艺术作品
  • 品牌风格统一: 在多轮发行中保持艺人视觉标识一致性

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 3000x3000 album cover for a hip-hop album called \"Midnight Dreams\". Dark city skyline at night, neon lights reflecting on wet streets, cinematic and moody 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 3000x3000 album cover for a hip-hop album called \"Midnight Dreams\". Dark city skyline at night, neon lights reflecting on wet streets, cinematic and moody atmosphere."}],

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

Album Cover Formats & Sizes

专辑封面格式与尺寸

FormatAspect RatioRecommended SizeUse Case
Album Cover1:13000x3000 pxStandard for all platforms
Single Artwork1:13000x3000 pxSingle releases
EP Cover1:13000x3000 pxExtended play releases
Spotify Canvas9:161080x1920 pxAnimated vertical video
Vinyl Cover1:13000x3000 pxPhysical vinyl packaging
CD Booklet1:13000x3000 pxPhysical CD packaging
格式宽高比推荐尺寸适用场景
专辑封面1:13000x3000 px全平台标准格式
单曲视觉作品1:13000x3000 px单曲发行
EP封面1:13000x3000 px迷你专辑发行
Spotify Canvas9:161080x1920 px竖版动态视频
黑胶唱片封面1:13000x3000 px实体黑胶包装
CD手册封面1:13000x3000 px实体CD包装

Use Case Examples

使用场景示例

1. Hip-Hop/Rap Album Cover

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 3000x3000 hip-hop album cover for \"Street Chronicles\". Urban environment with graffiti walls, gold chains aesthetic, dark moody lighting with purple and gold accents. Leave space at bottom for artist name and album title. Gritty, authentic street vibe."}],

    "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 3000x3000 hip-hop album cover for \"Street Chronicles\". Urban environment with graffiti walls, gold chains aesthetic, dark moody lighting with purple and gold accents. Leave space at bottom for artist name and album title. Gritty, authentic street vibe."}],

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

2. Rock/Metal Album Cover

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 3000x3000 heavy metal album cover for \"Eternal Flames\". Epic dark fantasy scene with a burning skull, lightning storms, gothic cathedral ruins in the background. High contrast, dramatic red and black color scheme. Classic metal album art style like Iron Maiden or Metallica."}],

    "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 3000x3000 heavy metal album cover for \"Eternal Flames\". Epic dark fantasy scene with a burning skull, lightning storms, gothic cathedral ruins in the background. High contrast, dramatic red and black color scheme. Classic metal album art style like Iron Maiden or Metallica."}],

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

3. Pop Album Cover

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 3000x3000 pop album cover for \"Sunshine State\". Bright, colorful aesthetic with pastel gradients (pink, blue, yellow). Abstract geometric shapes, playful and energetic mood. Modern, clean design that appeals to Gen-Z. Think Dua Lipa or Ariana Grande album vibes."}],

    "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 3000x3000 pop album cover for \"Sunshine State\". Bright, colorful aesthetic with pastel gradients (pink, blue, yellow). Abstract geometric shapes, playful and energetic mood. Modern, clean design that appeals to Gen-Z. Think Dua Lipa or Ariana Grande album vibes."}],

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

4. Electronic/EDM Album Cover

4. 电子/EDM专辑封面

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 3000x3000 electronic music album cover for \"Neon Pulse\". Futuristic cyberpunk cityscape, glowing neon lights in cyan and magenta, digital glitch effects, synthwave aesthetic. Dark background with vibrant light trails. High-tech, immersive club 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 3000x3000 electronic music album cover for \"Neon Pulse\". Futuristic cyberpunk cityscape, glowing neon lights in cyan and magenta, digital glitch effects, synthwave aesthetic. Dark background with vibrant light trails. High-tech, immersive club atmosphere."}],

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

5. Jazz Album Cover

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 3000x3000 jazz album cover for \"Blue Notes After Dark\". Classic Blue Note Records inspired design. Abstract illustration of a saxophone player silhouette, smoky jazz club atmosphere. Two-tone color palette (deep blue and cream). Minimalist, sophisticated, vintage 1960s jazz aesthetic."}],

    "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 3000x3000 jazz album cover for \"Blue Notes After Dark\". Classic Blue Note Records inspired design. Abstract illustration of a saxophone player silhouette, smoky jazz club atmosphere. Two-tone color palette (deep blue and cream). Minimalist, sophisticated, vintage 1960s jazz aesthetic."}],

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

6. Classical Album Cover

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 3000x3000 classical music album cover for \"Symphonic Visions\". Elegant and timeless design featuring a grand concert hall interior with golden chandeliers, velvet curtains. Soft, warm lighting. Refined and prestigious aesthetic suitable for an orchestra recording. Deutsche Grammophon style."}],

    "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 3000x3000 classical music album cover for \"Symphonic Visions\". Elegant and timeless design featuring a grand concert hall interior with golden chandeliers, velvet curtains. Soft, warm lighting. Refined and prestigious aesthetic suitable for an orchestra recording. Deutsche Grammophon style."}],

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

7. Indie/Alternative Album Cover

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 3000x3000 indie album cover for \"Suburban Daydreams\". Nostalgic, dreamy aesthetic with faded film photography look. Empty suburban street at golden hour, lo-fi grainy texture. Melancholic but beautiful mood. Think Bon Iver, Phoebe Bridgers, or The National album art style."}],

    "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 3000x3000 indie album cover for \"Suburban Daydreams\". Nostalgic, dreamy aesthetic with faded film photography look. Empty suburban street at golden hour, lo-fi grainy texture. Melancholic but beautiful mood. Think Bon Iver, Phoebe Bridgers, or The National album art style."}],

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

8. Single Artwork

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 3000x3000 single artwork for a song called \"Heartbeat\". Minimalist design with a stylized anatomical heart in neon red against a pure black background. Simple, bold, and immediately recognizable. Modern and striking for streaming thumbnail visibility."}],

    "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 3000x3000 single artwork for a song called \"Heartbeat\". Minimalist design with a stylized anatomical heart in neon red against a pure black background. Simple, bold, and immediately recognizable. Modern and striking for streaming thumbnail visibility."}],

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

9. EP Cover

9. EP封面

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 3000x3000 EP cover for a 5-track R&B EP called \"Velvet Nights\". Luxurious, sensual aesthetic with deep purple velvet textures, soft ambient lighting, rose petals. Intimate and romantic mood. High-end, premium feel for an R&B/soul artist."}],

    "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 3000x3000 EP cover for a 5-track R&B EP called \"Velvet Nights\". Luxurious, sensual aesthetic with deep purple velvet textures, soft ambient lighting, rose petals. Intimate and romantic mood. High-end, premium feel for an R&B/soul artist."}],

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

10. Spotify Canvas (Vertical Animated)

10. Spotify Canvas(竖版动态)

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 9:16 vertical video for Spotify Canvas, 8 seconds long. Looping animation of abstract colorful paint swirls flowing upward, psychedelic and hypnotic movement. Vibrant colors (orange, pink, purple) blending smoothly. Seamless loop for continuous playback on Spotify."}],
    "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 9:16 vertical video for Spotify Canvas, 8 seconds long. Looping animation of abstract colorful paint swirls flowing upward, psychedelic and hypnotic movement. Vibrant colors (orange, pink, purple) blending smoothly. Seamless loop for continuous playback on Spotify."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

最佳实践

Design Principles

设计原则

  • Thumbnail Clarity: Design must be recognizable at small sizes (300x300 thumbnails)
  • Text Placement: Leave 10-15% margin for artist name and album title
  • Color Contrast: Use high contrast to stand out in streaming platform grids
  • Genre Authenticity: Match visual style to the music genre expectations
  • Consistency: Maintain visual identity across single and album releases
  • 缩略图清晰度: 设计需在小尺寸(300x300缩略图)下仍可识别
  • 文字预留空间: 为艺人名称和专辑标题预留10-15%的边距
  • 色彩对比度: 使用高对比度设计,在流媒体平台网格中脱颖而出
  • 流派风格适配: 视觉风格需符合对应音乐流派的受众预期
  • 风格一致性: 在单曲和专辑发行中保持视觉标识统一

Technical Requirements

技术要求

  • Resolution: Always request 3000x3000 for maximum quality
  • Aspect Ratio: Standard album covers must be 1:1 square
  • Safe Zones: Keep critical elements away from edges (may be cropped on some platforms)
  • File Delivery: Output URLs provide high-resolution PNG/JPG files
  • 分辨率: 始终要求3000x3000像素以获得最高质量
  • 宽高比: 标准专辑封面必须为1:1正方形
  • 安全区域: 关键元素需远离边缘(部分平台可能会裁剪边缘内容)
  • 文件交付: 输出链接提供高分辨率PNG/JPG文件

Platform Considerations

平台适配注意事项

  • Spotify: Requires 1:1 square, recommends 3000x3000
  • Apple Music: Requires 1:1 square, supports up to 4000x4000
  • YouTube Music: Requires 1:1 square
  • Bandcamp: Supports various ratios but 1:1 recommended
  • Spotify Canvas: Requires 9:16 vertical video, 3-8 seconds, loops seamlessly
  • Spotify: 要求1:1正方形,推荐3000x3000像素
  • Apple Music: 要求1:1正方形,支持最高4000x4000像素
  • YouTube Music: 要求1:1正方形
  • Bandcamp: 支持多种比例,但推荐1:1
  • Spotify Canvas: 要求9:16竖版视频,时长3-8秒,支持无缝循环

Prompt Tips for Album Covers

专辑封面提示词技巧

When creating album artwork, include these details in your prompt:
  1. Genre: Specify the music genre for appropriate visual style
  2. Album/Song Title: Include the title for thematic inspiration
  3. Mood: Dark, uplifting, nostalgic, energetic, melancholic, etc.
  4. Color Palette: Specific colors or color scheme preferences
  5. Visual Elements: Key imagery, symbols, or scenes
  6. Style Reference: Mention similar artists or album art styles
  7. Text Space: Request space for title and artist name placement
创作专辑艺术作品时,提示词中需包含以下细节:
  1. 流派: 指定音乐流派以匹配合适的视觉风格
  2. 专辑/歌曲名称: 包含名称以获取主题灵感
  3. 氛围: 黑暗、振奋、怀旧、活力、忧郁等
  4. 色彩方案: 特定颜色或色彩偏好
  5. 视觉元素: 核心图像、符号或场景
  6. 风格参考: 提及类似艺人或专辑艺术风格
  7. 文字空间: 预留标题和艺人名称的放置空间

Example Prompt Structure

提示词结构示例

"Create a [size] [genre] album cover for [title].
[Visual description] with [mood/atmosphere].
[Color scheme]. [Style reference].
[Additional requirements like text space, effects, etc.]"
"Create a [size] [genre] album cover for [title].
[Visual description] with [mood/atmosphere].
[Color scheme]. [Style reference].
[Additional requirements like text space, effects, etc.]"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final release artwork, commercial releasesSlowerHighest
eco
Quick concepts, draft exploration, A/B testingFasterGood
生成前请询问用户:
"您需要快速低成本版本,还是高质量版本?"
模式适用场景速度质量
max
最终发行作品、商业发行较慢最高
eco
快速概念、草稿探索、A/B测试较快良好

Multi-Turn Creative Iteration

多轮创意迭代

Use
session_id
to iterate on album artwork:
bash
undefined
使用
session_id
对专辑艺术作品进行迭代优化:
bash
undefined

Initial concept

初始概念

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 3000x3000 album cover for an ambient electronic album. Minimal, atmospheric, space theme."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'
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 3000x3000 album cover for an ambient electronic album. Minimal, atmospheric, space theme."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'

Refine 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 darker with more contrast. Add subtle star field in the background and a gradient from deep blue to black."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'
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 darker with more contrast. Add subtle star field in the background and a gradient from deep blue to black."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'

Request variations

请求变体

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 more variations with different color schemes - one in purple tones and one in warm orange/red sunset colors."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 more variations with different color schemes - one in purple tones and one in warm orange/red sunset colors."}], "model": "eachsense/beta", "stream": true, "session_id": "album-project-001" }'
undefined

Cohesive Release Strategy

统一发行策略

Generate matching artwork for album, singles, and promotional materials:
bash
undefined
为专辑、单曲及宣传物料生成风格匹配的艺术作品:
bash
undefined

Main album cover

主专辑封面

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 3000x3000 album cover for "Fragments" by an indie band. Shattered mirror aesthetic with warm golden light fragments. Artistic and abstract."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "fragments-album-campaign"
}'
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 3000x3000 album cover for "Fragments" by an indie band. Shattered mirror aesthetic with warm golden light fragments. Artistic and abstract."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "fragments-album-campaign"
}'

Single artwork (same session for consistency)

单曲视觉作品(使用相同会话保持一致性)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create single artwork for the lead single from the same album. Use the same visual language but focus on a single large fragment. Maintain the color palette."}], "model": "eachsense/beta", "stream": true, "session_id": "fragments-album-campaign" }'
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 single artwork for the lead single from the same album. Use the same visual language but focus on a single large fragment. Maintain the color palette."}], "model": "eachsense/beta", "stream": true, "session_id": "fragments-album-campaign" }'

Spotify Canvas

Spotify Canvas

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 9:16 Spotify Canvas video using the same shattered mirror aesthetic. Slow motion fragments floating and rotating, 6 seconds, seamless loop."}], "model": "eachsense/beta", "stream": true, "session_id": "fragments-album-campaign" }'
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 9:16 Spotify Canvas video using the same shattered mirror aesthetic. Slow motion fragments floating and rotating, 6 seconds, seamless loop."}], "model": "eachsense/beta", "stream": true, "session_id": "fragments-album-campaign" }'
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 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
  • product-photo-generation
    - Product photography for merchandise
  • social-media-content
    - Social media promotional graphics
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 周边商品产品摄影
  • social-media-content
    - 社交媒体宣传图形