music-video-generation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMusic Video Generation
音乐视频生成
Generate stunning music videos using each::sense. This skill creates visualizers, lyric videos, animated sequences, and cinematic music videos synchronized to your audio tracks.
使用each::sense生成令人惊艳的音乐视频。该功能可创建与你的音轨同步的可视化效果、歌词视频、动画片段以及电影级音乐视频。
Features
功能特性
- Audio Visualizers: Reactive visual patterns synced to audio frequencies
- Lyric Videos: Animated typography with song lyrics
- Abstract Visuals: Artistic, non-representational video content
- Artist Performance: Simulated artist or band performance footage
- Animated Music Videos: Cartoon, anime, or stylized animation
- Concert Visuals: LED wall content and stage projections
- Album Art Animation: Bring static album artwork to life
- Beat-Synced Content: Visuals that react to rhythm and tempo
- Genre-Specific Aesthetics: Hip-hop, EDM, rock, pop styling
- 音频可视化效果:与音频频率同步的动态视觉图案
- 歌词视频:带有歌曲歌词的动态文字效果
- 抽象视觉内容:艺术化的非具象视频内容
- 艺人表演模拟:模拟艺人或乐队的表演画面
- 动画音乐视频:卡通、动漫或风格化动画
- 演唱会视觉效果:LED大屏内容和舞台投影素材
- 专辑封面动画:将静态专辑封面转化为动态内容
- 节拍同步内容:与节奏和速度联动的视觉效果
- 特定流派风格:嘻哈、电子舞曲、摇滚、流行等风格定制
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 an audio visualizer video with neon geometric shapes that pulse to the beat, dark background with vibrant colors",
"mode": "max"
}'bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an audio visualizer video with neon geometric shapes that pulse to the beat, dark background with vibrant colors",
"mode": "max"
}'Video Formats & Aspect Ratios
视频格式与宽高比
| Platform | Aspect Ratio | Resolution | Use Case |
|---|---|---|---|
| YouTube | 16:9 | 1920x1080 | Standard music video |
| YouTube Shorts | 9:16 | 1080x1920 | Vertical clips, previews |
| Instagram Reels | 9:16 | 1080x1920 | Social promotion |
| TikTok | 9:16 | 1080x1920 | Viral clips |
| Square | 1:1 | 1080x1080 | Instagram feed, Spotify Canvas |
| Ultrawide | 21:9 | 2560x1080 | Concert LED walls |
| 平台 | 宽高比 | 分辨率 | 使用场景 |
|---|---|---|---|
| YouTube | 16:9 | 1920x1080 | 标准音乐视频 |
| YouTube Shorts | 9:16 | 1080x1920 | 竖版片段、预览视频 |
| Instagram Reels | 9:16 | 1080x1920 | 社交推广 |
| TikTok | 9:16 | 1080x1920 | 爆款短视频 |
| 方形 | 1:1 | 1080x1080 | Instagram动态、Spotify Canvas |
| 超宽屏 | 21:9 | 2560x1080 | 演唱会LED大屏 |
Use Case Examples
使用场景示例
1. Audio Visualizer from Track
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 16:9 audio visualizer video. Circular waveform in the center with particles emanating outward on each beat. Deep purple and electric blue color palette. Dark space background with subtle stars. 10 seconds loop.",
"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 16:9 audio visualizer video. Circular waveform in the center with particles emanating outward on each beat. Deep purple and electric blue color palette. Dark space background with subtle stars. 10 seconds loop.",
"mode": "max"
}'2. Lyric Video Generation
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 lyric video for the lyrics: \"Running through the night, chasing starlight, we are infinite tonight\". Animated text appearing word by word with a dreamy night sky background. Stars twinkling, soft gradient from dark blue to purple. Modern sans-serif font with subtle glow effect. 16:9 aspect ratio.",
"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 lyric video for the lyrics: \"Running through the night, chasing starlight, we are infinite tonight\". Animated text appearing word by word with a dreamy night sky background. Stars twinkling, soft gradient from dark blue to purple. Modern sans-serif font with subtle glow effect. 16:9 aspect ratio.",
"mode": "max"
}'3. Abstract Music Visuals
3. 抽象音乐视觉内容
bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate abstract music visuals for an ambient electronic track. Flowing liquid metal morphing shapes, iridescent surfaces reflecting rainbow colors, slow hypnotic movement. Think art installation meets music video. 16:9, 15 seconds.",
"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": "Generate abstract music visuals for an ambient electronic track. Flowing liquid metal morphing shapes, iridescent surfaces reflecting rainbow colors, slow hypnotic movement. Think art installation meets music video. 16:9, 15 seconds.",
"mode": "max"
}'4. Artist Performance Video
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 music video showing a female singer performing on a dark stage. Dramatic spotlight lighting, smoke effects, cinematic camera movement circling the performer. She is wearing an elegant black dress, passionate emotional performance. 16:9 widescreen, film grain 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 music video showing a female singer performing on a dark stage. Dramatic spotlight lighting, smoke effects, cinematic camera movement circling the performer. She is wearing an elegant black dress, passionate emotional performance. 16:9 widescreen, film grain aesthetic.",
"mode": "max"
}'5. Animated Music Video (Anime Style)
5. 动画音乐视频(动漫风格)
bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an anime-style animated music video. A young character with colorful hair running through a neon-lit cyberpunk city at night. Dynamic action poses, speed lines, rain effects. Japanese anime aesthetic like Studio Trigger. High energy and dramatic. 16:9.",
"mode": "max"
}'bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an anime-style animated music video. A young character with colorful hair running through a neon-lit cyberpunk city at night. Dynamic action poses, speed lines, rain effects. Japanese anime aesthetic like Studio Trigger. High energy and dramatic. 16:9.",
"mode": "max"
}'6. Concert LED Wall Visuals
6. 演唱会LED大屏视觉效果
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": "Generate concert visuals for LED wall projection. Abstract geometric patterns - triangles and hexagons morphing and pulsing. High contrast black and white with occasional bursts of red. Designed for live performance, loopable, high impact visuals that work on massive screens. 21:9 ultrawide aspect ratio.",
"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": "Generate concert visuals for LED wall projection. Abstract geometric patterns - triangles and hexagons morphing and pulsing. High contrast black and white with occasional bursts of red. Designed for live performance, loopable, high impact visuals that work on massive screens. 21:9 ultrawide aspect ratio.",
"mode": "max"
}'7. Album Art Animation (Spotify Canvas)
7. 专辑封面动画(Spotify Canvas风格)
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 Spotify Canvas style animation from album art concept. A surreal landscape with floating islands and waterfalls going upward. Soft pastel colors - pink clouds, turquoise water, golden sunset light. Subtle parallax motion, dreamy and ethereal mood. 9:16 vertical format, 8 second seamless loop.",
"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 Spotify Canvas style animation from album art concept. A surreal landscape with floating islands and waterfalls going upward. Soft pastel colors - pink clouds, turquoise water, golden sunset light. Subtle parallax motion, dreamy and ethereal mood. 9:16 vertical format, 8 second seamless loop.",
"mode": "max"
}'8. Beat-Synced Visuals
8. 节拍同步视觉效果
bash
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create beat-synced visuals for a 120 BPM track. Geometric shapes (cubes, spheres, pyramids) that flash and transform on each beat. Strobe-like intensity changes. Black background with neon pink, cyan, and yellow shapes. High energy, rave aesthetic. Design cuts to happen every 0.5 seconds to match tempo. 16:9.",
"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 beat-synced visuals for a 120 BPM track. Geometric shapes (cubes, spheres, pyramids) that flash and transform on each beat. Strobe-like intensity changes. Black background with neon pink, cyan, and yellow shapes. High energy, rave aesthetic. Design cuts to happen every 0.5 seconds to match tempo. 16:9.",
"mode": "max"
}'9. Genre-Specific Aesthetics (Hip-Hop)
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 hip-hop music video aesthetic. Urban street scene at night, street lights with lens flares, graffiti walls, luxury cars in background. Slow motion rain falling. Moody cinematic color grading - teal shadows and orange highlights. Trap music vibe, high production value look. 16:9 widescreen.",
"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 hip-hop music video aesthetic. Urban street scene at night, street lights with lens flares, graffiti walls, luxury cars in background. Slow motion rain falling. Moody cinematic color grading - teal shadows and orange highlights. Trap music vibe, high production value look. 16:9 widescreen.",
"mode": "max"
}'10. Story-Driven Music Video
10. 叙事型音乐视频
bash
undefinedbash
undefinedPart 1: Opening scene
第一部分:开场场景
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 the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-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 the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the opening scene of a narrative music video. A lonely figure standing at a train station at dawn. Empty platform, morning mist, warm golden light breaking through clouds. Melancholic mood, cinematic widescreen composition. The character is looking at a departing train. 16:9.", "session_id": "music-video-story-001", "mode": "max" }'
Part 2: Middle scene (same session for consistency)
第二部分:中间场景(使用相同session_id保证一致性)
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 the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-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 the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the next scene continuing our music video story. The same character is now walking through a sunlit field of wildflowers. Memories and flashbacks - double exposure effect showing happy moments. Bittersweet emotion, hope emerging. Maintain the same cinematic color grading and style.", "session_id": "music-video-story-001", "mode": "max" }'
Part 3: Final scene
第三部分:最终场景
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 the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
undefinedcurl -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 the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the final climactic scene of our music video. The character reunites with a loved one on a rooftop at sunset. City skyline in background, warm embrace, emotional payoff. Golden hour lighting, lens flares, cinematic slow motion. End on a hopeful note with them looking at the horizon together.", "session_id": "music-video-story-001", "mode": "max" }'
undefinedBest Practices
最佳实践
Visual Design
视觉设计
- Color Consistency: Maintain a cohesive color palette throughout the video
- Motion Pacing: Match visual intensity to music energy levels
- Safe Zones: For social platforms, keep key elements away from edges
- Loop Points: Design seamless loops for visualizers and short clips
- Text Readability: For lyric videos, ensure text contrasts with background
- 色彩一致性:在整个视频中保持统一的调色板
- 运动节奏:视觉强度与音乐能量水平匹配
- 安全区域:针对社交平台,将关键元素远离边缘区域
- 循环点:为可视化效果和短视频设计无缝循环
- 文字可读性:对于歌词视频,确保文字与背景形成足够对比
Technical Considerations
技术注意事项
- Beat Timing: Specify BPM when possible for beat-synced content
- Duration: Keep clips between 5-30 seconds for optimal generation
- Looping: Request seamless loops explicitly for repeated playback
- Platform Specs: Always specify aspect ratio for target platform
- 节拍计时:如果可能,指定BPM以实现精准的节拍同步
- 时长:将片段时长控制在5-30秒以优化生成效果
- 循环设置:明确要求无缝循环以支持重复播放
- 平台规格:始终为目标平台指定宽高比
Genre Guidelines
流派风格指南
| Genre | Visual Style | Color Palette | Motion |
|---|---|---|---|
| EDM/Electronic | Geometric, neon, futuristic | Bright neons, RGB | Fast, energetic |
| Hip-Hop/Rap | Urban, luxury, cinematic | Dark with gold/teal | Slow-mo, dramatic |
| Rock/Metal | Gritty, high contrast | Dark, red, monochrome | Intense, chaotic |
| Pop | Colorful, polished, fun | Bright, pastel | Smooth, bouncy |
| Ambient/Chill | Abstract, flowing | Soft gradients | Slow, hypnotic |
| Indie/Alternative | Vintage, artistic | Muted, film tones | Organic, natural |
| 流派 | 视觉风格 | 调色板 | 运动节奏 |
|---|---|---|---|
| 电子舞曲 | 几何、霓虹、未来感 | 明亮霓虹色、RGB | 快速、充满活力 |
| 嘻哈/说唱 | 都市、奢华、电影感 | 深色搭配金色/青绿色 | 慢动作、戏剧性 |
| 摇滚/金属 | 粗犷、高对比度 | 深色、红色、单色 | 强烈、混乱 |
| 流行 | 多彩、精致、有趣 | 明亮、马卡龙色 | 流畅、活泼 |
| 氛围/舒缓 | 抽象、流动感 | 柔和渐变 | 缓慢、催眠 |
| 独立/另类 | 复古、艺术感 | 低饱和度、胶片色调 | 自然、有机 |
Prompt Tips for Music Videos
音乐视频提示词技巧
When creating music videos, include these details:
- Genre/Mood: What type of music and emotional tone
- Visual Style: Realistic, animated, abstract, etc.
- Color Palette: Specific colors or general mood
- Aspect Ratio: 16:9, 9:16, 1:1, or 21:9
- Duration: How long the clip should be
- Motion Style: Fast cuts, slow motion, smooth, etc.
- Key Elements: What should appear in the video
- Loop Requirement: Whether it needs to loop seamlessly
创建音乐视频时,请包含以下细节:
- 流派/氛围:音乐类型和情感基调
- 视觉风格:写实、动画、抽象等
- 调色板:具体颜色或整体色调
- 宽高比:16:9、9:16、1:1或21:9
- 时长:视频片段的长度
- 运动风格:快速剪辑、慢动作、流畅等
- 关键元素:视频中应出现的内容
- 循环要求:是否需要无缝循环
Example Prompt Structure
提示词结构示例
"Create a [duration] [genre] music video in [aspect ratio].
Visual style: [style description].
Show [key visual elements].
Color palette: [colors].
Mood: [emotional tone].
[Additional requirements like looping, beat-sync, etc.]""创建一个[时长]的[流派]音乐视频,宽高比为[宽高比]。
视觉风格:[风格描述]。
呈现[关键视觉元素]。
调色板:[颜色]。
氛围:[情感基调]。
[其他要求如循环、节拍同步等]"Mode Selection
模式选择
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final releases, official videos, premium content | Slower | Highest |
| Quick concepts, social clips, iteration | Faster | Good |
"你想要快速低成本,还是高质量?"
| 模式 | 适用场景 | 速度 | 质量 |
|---|---|---|---|
| 最终发布版、官方视频、高端内容 | 较慢 | 最高 |
| 快速概念验证、社交片段、迭代测试 | 较快 | 良好 |
Multi-Turn Creative Iteration
多轮创意迭代
Use to iterate and build upon your music video:
session_idbash
undefined使用来迭代和完善你的音乐视频:
session_idbash
undefinedInitial 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 visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a visualizer with glowing orbs floating in space", "session_id": "visualizer-project-001" }'
Refine based on result
基于结果优化
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": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add more particle trails to the orbs and make the colors shift from blue to purple", "session_id": "visualizer-project-001" }'
Create variation
创建变体版本
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 more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
undefinedcurl -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 more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a more intense version of this for the chorus section with faster movement", "session_id": "visualizer-project-001" }'
undefinedError Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| 错误信息 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai进行充值 |
| 内容政策违规 | 包含禁止内容 | 调整提示词以符合内容政策 |
| 超时 | 生成内容过于复杂 | 将客户端超时设置为至少10分钟 |
Related Skills
相关功能
- - Core API documentation
each-sense - - General video generation
video-generation - - Static artwork and stills
image-generation - - Music and sound creation
audio-generation
- - 核心API文档
each-sense - - 通用视频生成
video-generation - - 静态艺术作品和剧照
image-generation - - 音乐和声音创作
audio-generation