wedding-invitation-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Wedding Invitation Generation

婚礼邀请函生成

Generate stunning wedding invitations and stationery using each::sense. This skill creates custom designs for all wedding paper goods including invitations, save the dates, RSVP cards, programs, and digital e-invitations across various styles and cultural traditions.
借助each::sense生成惊艳的婚礼邀请函及各类纸品。该技能可为所有婚礼纸品提供定制设计,包括邀请函、日期预告卡、RSVP回复卡、流程单和电子邀请函,涵盖多种风格与文化传统。

Features

功能特性

  • Classic Elegant: Timeless formal designs with traditional typography
  • Modern Minimalist: Clean, contemporary designs with sleek aesthetics
  • Floral & Botanical: Garden-inspired designs with flowers and greenery
  • Rustic & Bohemian: Natural, organic designs with earthy elements
  • Destination Wedding: Beach, vineyard, and travel-themed designs
  • Cultural Designs: Indian, Chinese, Jewish, and other traditional styles
  • Save the Dates: Pre-invitation announcements
  • RSVP Cards: Response cards matching invitation suites
  • Wedding Programs: Ceremony guides and order of service
  • Digital Invitations: E-invites optimized for screens and sharing
  • 经典典雅风:采用传统字体的永恒正式设计
  • 现代简约风:简洁、当代的设计,兼具流畅美学
  • 花艺与植物风:以花园为灵感,融入花卉与绿植元素
  • 乡村波西米亚风:自然、有机的设计,搭配质朴元素
  • 目的地婚礼风:海滩、酒庄及旅行主题设计
  • 文化特色设计:印度、中国、犹太及其他传统风格
  • 日期预告卡:邀请函前置通知
  • RSVP回复卡:与邀请函套件风格匹配的回复卡片
  • 婚礼流程单:仪式指南与流程说明
  • 电子邀请函:针对屏幕显示与分享优化的电子邀请

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 elegant wedding invitation for Sarah and Michael, getting married on June 15th, 2025 at The Grand Estate. Classic formal style with gold accents on cream background.",
    "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 elegant wedding invitation for Sarah and Michael, getting married on June 15th, 2025 at The Grand Estate. Classic formal style with gold accents on cream background.",
    "mode": "max"
  }'

Wedding Stationery Formats & Sizes

婚礼纸品格式与尺寸

TypeStandard SizeAspect RatioUse Case
Invitation5x7 inches5:7Main wedding invitation
Invitation4x6 inches2:3Budget-friendly option
Save the Date4x6 inches2:3Pre-announcement cards
RSVP Card3.5x5 inches7:10Response cards
Program5x7 inches5:7Ceremony order of service
Digital Invite1080x19209:16Mobile-optimized e-invite
Digital Invite1080x10801:1Social media square format
类型标准尺寸宽高比适用场景
邀请函5x7英寸5:7主婚礼邀请函
邀请函4x6英寸2:3高性价比选项
日期预告卡4x6英寸2:3前置通知卡片
RSVP回复卡3.5x5英寸7:10回复卡片
流程单5x7英寸5:7仪式流程说明
电子邀请函1080x19209:16移动端优化电子邀请
电子邀请函1080x10801:1社交媒体方形格式

Use Case Examples

用例示例

1. Classic Elegant Invitation

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 classic elegant wedding invitation for Emma Rose Thompson and William James Harrison. Wedding date: Saturday, September 20th, 2025 at five o clock in the evening. Venue: The Ritz-Carlton Ballroom, New York City. Design style: Traditional formal with elegant script typography, gold foil accents on ivory paper, delicate filigree border, refined and timeless aesthetic. Size: 5x7 inches portrait orientation.",
    "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 classic elegant wedding invitation for Emma Rose Thompson and William James Harrison. Wedding date: Saturday, September 20th, 2025 at five o clock in the evening. Venue: The Ritz-Carlton Ballroom, New York City. Design style: Traditional formal with elegant script typography, gold foil accents on ivory paper, delicate filigree border, refined and timeless aesthetic. Size: 5x7 inches portrait orientation.",
    "mode": "max"
  }'

2. Modern Minimalist Invitation

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 modern minimalist wedding invitation for Olivia Chen and James Park. Date: March 8, 2025. Venue: The Modern Art Museum, Los Angeles. Design: Ultra clean and contemporary, lots of white space, sans-serif typography, subtle geometric accents, black text on white background with a single thin gold line accent. Sophisticated and understated. 5x7 portrait format.",
    "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 modern minimalist wedding invitation for Olivia Chen and James Park. Date: March 8, 2025. Venue: The Modern Art Museum, Los Angeles. Design: Ultra clean and contemporary, lots of white space, sans-serif typography, subtle geometric accents, black text on white background with a single thin gold line accent. Sophisticated and understated. 5x7 portrait format.",
    "mode": "max"
  }'

3. Floral & Botanical Invitation

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": "Create a romantic floral wedding invitation for Isabella Martinez and David Wilson. Date: April 12, 2025 at 4 PM. Venue: Botanical Gardens, Charleston. Design: Lush watercolor flowers - peonies, roses, and eucalyptus in soft blush pink, dusty rose, and sage green. Romantic script font for names, elegant serif for details. Flowers framing the corners with a soft cream background. Garden party elegance. 5x7 portrait.",
    "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 romantic floral wedding invitation for Isabella Martinez and David Wilson. Date: April 12, 2025 at 4 PM. Venue: Botanical Gardens, Charleston. Design: Lush watercolor flowers - peonies, roses, and eucalyptus in soft blush pink, dusty rose, and sage green. Romantic script font for names, elegant serif for details. Flowers framing the corners with a soft cream background. Garden party elegance. 5x7 portrait.",
    "mode": "max"
  }'

4. Rustic Bohemian Invitation

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 rustic bohemian wedding invitation for Luna Rivers and Jack Morrison. Date: October 18, 2025 at 3 PM. Venue: Willow Creek Ranch, Colorado. Design: Earthy boho style with kraft paper texture background, wildflowers and dried pampas grass illustrations, warm terracotta and burnt orange tones with sage green accents. Hand-drawn style typography, dreamcatcher or feather subtle motifs. Natural and free-spirited vibe. 5x7 portrait.",
    "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 rustic bohemian wedding invitation for Luna Rivers and Jack Morrison. Date: October 18, 2025 at 3 PM. Venue: Willow Creek Ranch, Colorado. Design: Earthy boho style with kraft paper texture background, wildflowers and dried pampas grass illustrations, warm terracotta and burnt orange tones with sage green accents. Hand-drawn style typography, dreamcatcher or feather subtle motifs. Natural and free-spirited vibe. 5x7 portrait.",
    "mode": "max"
  }'

5. Beach Destination Wedding Invitation

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 a destination beach wedding invitation for Sophia and Ryan. Date: January 25, 2025 at sunset. Venue: Four Seasons Resort, Maui, Hawaii. Design: Tropical paradise theme with soft watercolor ocean waves, palm fronds, and tropical flowers. Color palette of ocean blue, turquoise, coral, and sandy gold. Elegant but relaxed typography. Include small icons for flip flops or starfish. Vacation vibes meets wedding elegance. 5x7 portrait.",
    "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 destination beach wedding invitation for Sophia and Ryan. Date: January 25, 2025 at sunset. Venue: Four Seasons Resort, Maui, Hawaii. Design: Tropical paradise theme with soft watercolor ocean waves, palm fronds, and tropical flowers. Color palette of ocean blue, turquoise, coral, and sandy gold. Elegant but relaxed typography. Include small icons for flip flops or starfish. Vacation vibes meets wedding elegance. 5x7 portrait.",
    "mode": "max"
  }'

6. Indian Wedding Invitation

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 traditional Indian wedding invitation for Priya Sharma and Raj Patel. Mehendi: December 12, Sangeet: December 13, Wedding: December 14, 2025. Venue: The Leela Palace, Jaipur. Design: Rich and ornate traditional Indian style with intricate mandala patterns, paisley motifs, and Ganesha symbol. Deep royal colors - maroon, gold, and emerald green. Ornate gold borders and traditional Indian decorative elements. Blend of Hindi and English text welcome. Luxurious and celebratory. 5x7 portrait.",
    "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 traditional Indian wedding invitation for Priya Sharma and Raj Patel. Mehendi: December 12, Sangeet: December 13, Wedding: December 14, 2025. Venue: The Leela Palace, Jaipur. Design: Rich and ornate traditional Indian style with intricate mandala patterns, paisley motifs, and Ganesha symbol. Deep royal colors - maroon, gold, and emerald green. Ornate gold borders and traditional Indian decorative elements. Blend of Hindi and English text welcome. Luxurious and celebratory. 5x7 portrait.",
    "mode": "max"
  }'

7. Save the Date Card

7. 日期预告卡

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 save the date card for Amanda and Chris. Save the date: July 4th, 2025. Location: Napa Valley, California. Formal invitation to follow. Design: Wine country theme with subtle grapevine illustrations and vineyard landscape silhouette. Elegant purple and gold color scheme. The date should be prominently displayed. Include a placeholder area for a photo of the couple. Romantic and sophisticated. 4x6 landscape orientation.",
    "mode": "max",
    "session_id": "wedding-suite-amanda-chris"
  }'
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 save the date card for Amanda and Chris. Save the date: July 4th, 2025. Location: Napa Valley, California. Formal invitation to follow. Design: Wine country theme with subtle grapevine illustrations and vineyard landscape silhouette. Elegant purple and gold color scheme. The date should be prominently displayed. Include a placeholder area for a photo of the couple. Romantic and sophisticated. 4x6 landscape orientation.",
    "mode": "max",
    "session_id": "wedding-suite-amanda-chris"
  }'

8. RSVP Card Design

8. RSVP回复卡设计

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 matching RSVP card for the same wedding suite. Include: Kindly respond by June 1st, 2025. Fields for: Name line, Number of guests attending, Meal choice checkboxes (Beef, Fish, Vegetarian), Song request line. Same wine country vineyard style with grapevine accents matching the save the date. 3.5x5 inches portrait orientation.",
    "mode": "max",
    "session_id": "wedding-suite-amanda-chris"
  }'
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 matching RSVP card for the same wedding suite. Include: Kindly respond by June 1st, 2025. Fields for: Name line, Number of guests attending, Meal choice checkboxes (Beef, Fish, Vegetarian), Song request line. Same wine country vineyard style with grapevine accents matching the save the date. 3.5x5 inches portrait orientation.",
    "mode": "max",
    "session_id": "wedding-suite-amanda-chris"
  }'

9. Wedding Program

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 wedding ceremony program for Katherine and Thomas. Date: August 23, 2025. Include sections for: Order of Ceremony (Processional, Welcome, Readings, Vows, Ring Exchange, Kiss, Recessional), Wedding Party (list bridesmaids and groomsmen names), Thank You message. Design: Classic elegant style with a monogram KT at the top, delicate border, cream and navy blue color scheme, traditional serif typography. 5x7 portrait, bifold style front cover.",
    "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 wedding ceremony program for Katherine and Thomas. Date: August 23, 2025. Include sections for: Order of Ceremony (Processional, Welcome, Readings, Vows, Ring Exchange, Kiss, Recessional), Wedding Party (list bridesmaids and groomsmen names), Thank You message. Design: Classic elegant style with a monogram KT at the top, delicate border, cream and navy blue color scheme, traditional serif typography. 5x7 portrait, bifold style front cover.",
    "mode": "max"
  }'

10. Digital E-Invitation

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 digital wedding e-invitation optimized for mobile sharing. Couple: Jessica and Daniel. Date: November 15, 2025 at 6 PM. Venue: The Glasshouse, Chicago. Design: Modern and animated-ready with elegant motion-friendly elements, sparkle and shimmer effects areas, bold readable typography for small screens. Black and champagne gold color scheme, art deco inspired geometric patterns. Format: 9:16 vertical for Instagram stories and WhatsApp. Include RSVP website URL placeholder 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 digital wedding e-invitation optimized for mobile sharing. Couple: Jessica and Daniel. Date: November 15, 2025 at 6 PM. Venue: The Glasshouse, Chicago. Design: Modern and animated-ready with elegant motion-friendly elements, sparkle and shimmer effects areas, bold readable typography for small screens. Black and champagne gold color scheme, art deco inspired geometric patterns. Format: 9:16 vertical for Instagram stories and WhatsApp. Include RSVP website URL placeholder at bottom.",
    "mode": "max"
  }'

Best Practices

最佳实践

Design Elements

设计元素

  • Typography: Use 2-3 complementary fonts maximum - script for names, serif/sans-serif for details
  • Hierarchy: Names largest, date and venue prominent, additional details smaller
  • White Space: Leave breathing room - avoid cluttered designs
  • Color Palette: Stick to 2-4 colors that complement each other
  • Consistency: Match all pieces in your stationery suite
  • 字体:最多使用2-3种互补字体——姓名用花体字,细节用衬线/无衬线字体
  • 层级:姓名字号最大,日期和场地突出显示,其他细节字号较小
  • 留白:预留呼吸空间,避免设计过于拥挤
  • 配色方案:选择2-4种互补色
  • 一致性:确保纸品套件中所有设计风格统一

Text Content

文本内容

  • Names: Full formal names for traditional, first names only for casual
  • Date Format: Spell out for formal (Saturday, the fifteenth of June), numeric for modern (06.15.2025)
  • Time: Written out for formal (at five o'clock in the evening), numeric for modern (5:00 PM)
  • Venue: Full name and city, detailed address on separate card
  • 姓名:传统风格用全名,休闲风格只用名字
  • 日期格式:正式场合拼写完整(如“六月十五日,星期六”),现代场合用数字格式(如06.15.2025)
  • 时间:正式场合拼写完整(如“傍晚五点”),现代场合用数字格式(如17:00)
  • 场地:填写完整名称及城市,详细地址可放在单独卡片上

Cultural Considerations

文化考量

  • Religious Symbols: Include appropriately (cross, Star of David, Ganesha, etc.)
  • Language: Bilingual invitations for multicultural weddings
  • Traditions: Incorporate cultural motifs and color symbolism
  • Multi-Event: Indian weddings often have multiple events (Mehendi, Sangeet, etc.)
  • 宗教符号:按需添加(如十字架、大卫之星、象头神等)
  • 语言:多元文化婚礼可使用双语邀请函
  • 传统元素:融入文化图案与色彩象征
  • 多活动安排:印度婚礼通常包含多个活动(如Mehendi、Sangeet等)

Prompt Tips for Wedding Invitations

婚礼邀请函提示词技巧

When creating wedding invitation designs, include these details:
  1. Couple Names: Full names as they should appear
  2. Date & Time: Complete date, day of week, and time
  3. Venue: Full venue name and location
  4. Style: Classic, modern, rustic, bohemian, etc.
  5. Color Palette: Specific colors or general mood
  6. Motifs: Flowers, geometric, cultural symbols
  7. Format: Size and orientation (5x7 portrait, etc.)
  8. Stationery Type: Invitation, save the date, RSVP, program
创建婚礼邀请函设计时,需包含以下细节:
  1. 新人姓名:应显示的完整姓名
  2. 日期与时间:完整日期、星期及时间
  3. 场地:完整场地名称及位置
  4. 风格:经典、现代、乡村、波西米亚等
  5. 配色方案:具体颜色或整体氛围
  6. 图案元素:花卉、几何图形、文化符号等
  7. 格式:尺寸与方向(如5x7英寸竖版)
  8. 纸品类型:邀请函、日期预告卡、RSVP卡、流程单

Example Prompt Structure

提示词结构示例

"Create a [style] wedding [stationery type] for [names].
Date: [full date and time].
Venue: [venue name and location].
Design: [detailed description of colors, motifs, typography].
Format: [size and orientation]."
"Create a [style] wedding [stationery type] for [names].
Date: [full date and time].
Venue: [venue name and location].
Design: [detailed description of colors, motifs, typography].
Format: [size and orientation]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final print-ready designs, professional qualitySlowerHighest
eco
Quick drafts, concept exploration, comparing stylesFasterGood
生成前可询问用户:
"您想要快速低成本的版本,还是高质量版本?"
模式最佳适用场景速度质量
max
可直接印刷的最终设计、专业级质量较慢最高
eco
快速草稿、概念探索、风格对比较快良好

Multi-Turn Design Iteration

多轮设计迭代

Use
session_id
to iterate on designs or create matching suites:
bash
undefined
使用
session_id
进行设计迭代或创建匹配的纸品套件:
bash
undefined

Initial invitation design

初始邀请函设计

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 romantic garden wedding invitation for Emily and Robert, June wedding at Rose Garden Estate. Soft pink and green floral design.", "session_id": "emily-robert-wedding" }'
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 romantic garden wedding invitation for Emily and Robert, June wedding at Rose Garden Estate. Soft pink and green floral design.", "session_id": "emily-robert-wedding" }'

Request design revision

请求设计修订

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 love it but can you make the flowers more prominent and add some gold accents to the text?", "session_id": "emily-robert-wedding" }'
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 love it but can you make the flowers more prominent and add some gold accents to the text?", "session_id": "emily-robert-wedding" }'

Create matching suite pieces

创建匹配的套件纸品

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Now create a matching RSVP card and a details card with the same floral design style", "session_id": "emily-robert-wedding" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Now create a matching RSVP card and a details card with the same floral design style", "session_id": "emily-robert-wedding" }'
undefined

Creating Complete Wedding Suites

创建完整婚礼纸品套件

Generate all matching stationery pieces:
bash
undefined
生成所有匹配的纸品:
bash
undefined

Save the Date

日期预告卡

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 save the date for Nicole and Mark, December 2025 wedding in Aspen. Winter wonderland theme with snow and evergreens.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'
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 save the date for Nicole and Mark, December 2025 wedding in Aspen. Winter wonderland theme with snow and evergreens.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'

Main Invitation

主邀请函

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 main wedding invitation matching the save the date style. December 20, 2025 at 5 PM, The Little Nell, Aspen Colorado.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'
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 main wedding invitation matching the save the date style. December 20, 2025 at 5 PM, The Little Nell, Aspen Colorado.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'

RSVP Card

RSVP回复卡

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 matching RSVP card with meal choices and song request.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'
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 matching RSVP card with meal choices and song request.", "mode": "max", "session_id": "nicole-mark-winter-wedding" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with 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 wedding items
  • social-media-content-generation
    - Wedding social media posts
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 婚礼用品产品摄影
  • social-media-content-generation
    - 婚礼社交媒体帖文