business-card-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Business Card Generation

名片生成

Generate professional business cards using each::sense. This skill creates print-ready business card designs for various industries, styles, and purposes at the standard 3.5 x 2 inch (1050 x 600 px) size.
使用each::sense生成专业名片。该技能可创建适用于各行业、风格和场景的可印刷名片设计,尺寸为标准的3.5×2英寸(1050×600像素)。

Features

功能特性

  • Corporate Cards: Professional designs for business executives and employees
  • Creative Cards: Artistic designs for designers, artists, and creative professionals
  • Minimalist Cards: Clean, simple designs with focus on typography
  • Luxury Cards: Premium, elegant designs with sophisticated aesthetics
  • Industry-Specific Cards: Tailored designs for real estate, photography, restaurants, tech, and more
  • Vertical Cards: Portrait orientation for unique, standout designs
  • Double-Sided Cards: Front and back designs with complementary layouts
  • 企业名片:为企业高管及员工打造的专业设计
  • 创意名片:为设计师、艺术家及创意从业者打造的艺术感设计
  • 极简名片:简洁干净的设计,聚焦排版美学
  • 奢华名片:高端优雅的设计,兼具精致美学
  • 行业专属名片:为房地产、摄影、餐饮、科技等行业量身定制的设计
  • 竖版名片:竖版布局,打造独特吸睛的设计
  • 双面名片:正反面互补布局的设计

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 professional business card for a marketing consultant, clean modern design with space for name, title, phone, email, and website",
    "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 professional business card for a marketing consultant, clean modern design with space for name, title, phone, email, and website",
    "mode": "max"
  }'

Business Card Specifications

名片规格

TypeDimensionsPixelsUse Case
Standard Horizontal3.5 x 2 inches1050 x 600 pxMost common format
Standard Vertical2 x 3.5 inches600 x 1050 pxCreative/unique presentations
European85 x 55 mm1004 x 650 pxInternational standard
Square2.5 x 2.5 inches750 x 750 pxModern/creative businesses
类型尺寸像素适用场景
标准横版3.5 x 2英寸1050 x 600 px最常用格式
标准竖版2 x 3.5英寸600 x 1050 px创意/独特展示
欧洲版85 x 55 mm1004 x 650 px国际标准
方形版2.5 x 2.5英寸750 x 750 px现代/创意企业

Use Case Examples

应用场景示例

1. Corporate Business Card

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 corporate business card at 1050x600 pixels for a senior financial advisor. Navy blue and gold color scheme, professional and trustworthy feel. Include placeholder areas for: name, title (Senior Financial Advisor), company name, phone number, email, and office address. Add a subtle geometric pattern in the background. Clean sans-serif typography.",
    "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 corporate business card at 1050x600 pixels for a senior financial advisor. Navy blue and gold color scheme, professional and trustworthy feel. Include placeholder areas for: name, title (Senior Financial Advisor), company name, phone number, email, and office address. Add a subtle geometric pattern in the background. Clean sans-serif typography.",
    "mode": "max"
  }'

2. Creative/Designer Business Card

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 an artistic business card at 1050x600 pixels for a graphic designer. Bold, creative design with vibrant gradient colors (purple to pink to orange). Abstract geometric shapes, modern and eye-catching. Include space for name, title (Creative Director), portfolio website, email, and Instagram handle. Make it memorable and showcase design skills.",
    "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 artistic business card at 1050x600 pixels for a graphic designer. Bold, creative design with vibrant gradient colors (purple to pink to orange). Abstract geometric shapes, modern and eye-catching. Include space for name, title (Creative Director), portfolio website, email, and Instagram handle. Make it memorable and showcase design skills.",
    "mode": "max"
  }'

3. Minimalist Business Card

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 minimalist business card at 1050x600 pixels. White background with black typography only. Elegant serif font for the name, clean sans-serif for contact details. Generous white space, sophisticated and refined. Include areas for: name, job title, email, phone, and a small logo placeholder in the corner. Less is more 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 minimalist business card at 1050x600 pixels. White background with black typography only. Elegant serif font for the name, clean sans-serif for contact details. Generous white space, sophisticated and refined. Include areas for: name, job title, email, phone, and a small logo placeholder in the corner. Less is more aesthetic.",
    "mode": "max"
  }'

4. Luxury/Premium Business Card

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 luxury business card at 1050x600 pixels for a high-end jewelry brand owner. Black background with gold foil effect elements. Elegant script font for the name, refined serif for details. Include subtle embossed texture effect, ornate border detail. Space for: name, title (Founder & Creative Director), brand name, phone, email, and boutique address. Premium, exclusive feel.",
    "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 luxury business card at 1050x600 pixels for a high-end jewelry brand owner. Black background with gold foil effect elements. Elegant script font for the name, refined serif for details. Include subtle embossed texture effect, ornate border detail. Space for: name, title (Founder & Creative Director), brand name, phone, email, and boutique address. Premium, exclusive feel.",
    "mode": "max"
  }'

5. Tech Startup Business Card

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 modern tech startup business card at 1050x600 pixels. Dark theme with neon accent colors (electric blue or cyan). Futuristic, innovative aesthetic with subtle circuit board or data visualization patterns. Clean modern typography. Include space for: name, title (Co-Founder & CTO), company name, email, LinkedIn profile, and QR code placeholder. Tech-forward and cutting-edge vibe.",
    "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 tech startup business card at 1050x600 pixels. Dark theme with neon accent colors (electric blue or cyan). Futuristic, innovative aesthetic with subtle circuit board or data visualization patterns. Clean modern typography. Include space for: name, title (Co-Founder & CTO), company name, email, LinkedIn profile, and QR code placeholder. Tech-forward and cutting-edge vibe.",
    "mode": "max"
  }'

6. Real Estate Agent Card

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 real estate agent business card at 1050x600 pixels. Professional yet approachable design. Include a photo placeholder area on the left side. Color scheme: deep teal and white with gold accents. Include space for: agent name, title (Licensed Real Estate Agent), brokerage name, phone, email, website, and license number. Add a small house icon or property silhouette. Trustworthy and established feel.",
    "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 real estate agent business card at 1050x600 pixels. Professional yet approachable design. Include a photo placeholder area on the left side. Color scheme: deep teal and white with gold accents. Include space for: agent name, title (Licensed Real Estate Agent), brokerage name, phone, email, website, and license number. Add a small house icon or property silhouette. Trustworthy and established feel.",
    "mode": "max"
  }'

7. Photographer Business 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 photographer business card at 1050x600 pixels. Artistic design with a large image placeholder area showing a blurred/abstract photograph background. Camera aperture icon or lens element as design feature. Elegant typography in white over the image. Include space for: photographer name, specialty (Wedding & Portrait Photography), phone, email, Instagram, and website. Creative and visual storytelling 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 photographer business card at 1050x600 pixels. Artistic design with a large image placeholder area showing a blurred/abstract photograph background. Camera aperture icon or lens element as design feature. Elegant typography in white over the image. Include space for: photographer name, specialty (Wedding & Portrait Photography), phone, email, Instagram, and website. Creative and visual storytelling aesthetic.",
    "mode": "max"
  }'

8. Restaurant/Chef Business Card

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 a restaurant chef business card at 1050x600 pixels. Warm, inviting color palette - cream background with burgundy and copper accents. Include a chef hat or knife icon. Elegant typography mixing script and serif fonts. Subtle food-related pattern or texture. Include space for: chef name, title (Executive Chef), restaurant name, phone, email, and restaurant address. Culinary excellence and artistry feel.",
    "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 restaurant chef business card at 1050x600 pixels. Warm, inviting color palette - cream background with burgundy and copper accents. Include a chef hat or knife icon. Elegant typography mixing script and serif fonts. Subtle food-related pattern or texture. Include space for: chef name, title (Executive Chef), restaurant name, phone, email, and restaurant address. Culinary excellence and artistry feel.",
    "mode": "max"
  }'

9. Vertical Business Card

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 vertical business card at 600x1050 pixels (portrait orientation) for an architect. Modern architectural design with clean lines and geometric shapes. Black and white with one accent color (coral or mustard). Include building silhouette or blueprint element. Space for: name at top, title (Principal Architect), firm name, contact details stacked vertically - phone, email, website, office address. Contemporary and structural 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 vertical business card at 600x1050 pixels (portrait orientation) for an architect. Modern architectural design with clean lines and geometric shapes. Black and white with one accent color (coral or mustard). Include building silhouette or blueprint element. Space for: name at top, title (Principal Architect), firm name, contact details stacked vertically - phone, email, website, office address. Contemporary and structural aesthetic.",
    "mode": "max"
  }'

10. Double-Sided Business Card (Front & Back)

10. 双面名片(正面&反面)

bash
undefined
bash
undefined

Front side

Front side

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 FRONT side of a double-sided business card at 1050x600 pixels for a law firm partner. Clean, prestigious design with navy blue background. Large centered logo placeholder area, firm name in elegant gold serif typography below. Established, authoritative, trustworthy aesthetic. This is the presentation side - minimal information, maximum impact.", "session_id": "lawfirm-card-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 the FRONT side of a double-sided business card at 1050x600 pixels for a law firm partner. Clean, prestigious design with navy blue background. Large centered logo placeholder area, firm name in elegant gold serif typography below. Established, authoritative, trustworthy aesthetic. This is the presentation side - minimal information, maximum impact.", "session_id": "lawfirm-card-001" }'

Back side (same session for visual consistency)

Back side (same session for visual consistency)

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 BACK side of the same business card. White background with navy blue text to complement the front. Include all contact details: attorney name, title (Senior Partner), bar number, phone, fax, email, office address, and website. Clean layout with clear hierarchy. Add a thin gold accent line. Same typography style as front for consistency.", "session_id": "lawfirm-card-001" }'
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 the BACK side of the same business card. White background with navy blue text to complement the front. Include all contact details: attorney name, title (Senior Partner), bar number, phone, fax, email, office address, and website. Clean layout with clear hierarchy. Add a thin gold accent line. Same typography style as front for consistency.", "session_id": "lawfirm-card-001" }'
undefined

Best Practices

最佳实践

Design Guidelines

设计指南

  • Bleed Area: Include 0.125 inch (3.75 px) bleed on all sides for printing
  • Safe Zone: Keep important content 0.125 inch from the edge
  • Resolution: Design at 300 DPI equivalent for crisp printing
  • Typography: Use minimum 8pt font for readability
  • Contrast: Ensure text is legible against background
  • 出血区域:所有边预留0.125英寸(3.75 px)的出血位,适配印刷需求
  • 安全区域:重要内容需距离边缘至少0.125英寸
  • 分辨率:按300 DPI标准设计,确保印刷清晰
  • 排版:最小字体不小于8pt,保证可读性
  • 对比度:确保文本与背景间有足够对比度,易于阅读

Content Hierarchy

内容层级

  1. Name: Most prominent element
  2. Title/Role: Secondary prominence
  3. Company/Brand: Supporting element
  4. Contact Info: Clear and organized
  5. Logo: Balanced with other elements
  1. 姓名:最突出的元素
  2. 职位/头衔:次突出元素
  3. 公司/品牌:辅助元素
  4. 联系信息:清晰有条理
  5. Logo:与其他元素平衡布局

Color Considerations

色彩注意事项

  • Use CMYK-safe colors for print accuracy
  • Limit palette to 2-3 colors for cohesion
  • Consider metallic/foil effects for luxury cards
  • Ensure sufficient contrast for readability
  • 使用CMYK安全色,确保印刷颜色准确
  • 调色板限制在2-3种颜色,保持风格统一
  • 奢华名片可考虑金属/烫金效果
  • 确保足够对比度,保证文本可读性

Prompt Tips for Business Cards

名片生成提示词技巧

When creating business cards, include these details in your prompt:
  1. Dimensions: Specify pixel size (1050x600 for standard horizontal)
  2. Industry/Role: What profession is this card for?
  3. Style: Corporate, creative, minimalist, luxury, etc.
  4. Color Scheme: Specific colors or general palette
  5. Information Fields: What text areas to include
  6. Special Elements: Icons, patterns, photo areas, QR codes
  7. Typography Style: Serif, sans-serif, script, modern, classic
生成名片时,提示词中应包含以下细节:
  1. 尺寸:指定像素尺寸(标准横版为1050x600)
  2. 行业/职位:该名片面向哪类职业?
  3. 风格:企业风、创意风、极简风、奢华风等
  4. 色彩方案:具体颜色或通用色系
  5. 信息字段:需要包含哪些文本区域
  6. 特殊元素:图标、图案、照片位、二维码等
  7. 排版风格:衬线、无衬线、手写体、现代、经典等

Example Prompt Structure

提示词结构示例

"Create a [style] business card at [dimensions] for a [profession/industry].
[Color scheme description]. Include space for: [list of information fields].
[Design elements and aesthetic description].
[Additional requirements like icons, patterns, effects]."
"Create a [style] business card at [dimensions] for a [profession/industry].
[Color scheme description]. Include space for: [list of information fields].
[Design elements and aesthetic description].
[Additional requirements like icons, patterns, effects]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final print-ready designs, client presentationsSlowerHighest
eco
Quick concepts, draft iterations, bulk variationsFasterGood
生成前请询问用户:
"您需要快速低成本的方案,还是高质量的方案?"
模式适用场景速度质量
max
最终可印刷设计、客户展示较慢最高
eco
快速概念稿、草稿迭代、批量变体较快良好

Multi-Turn Design Iteration

多轮设计迭代

Use
session_id
to iterate on business card designs:
bash
undefined
使用
session_id
进行名片设计迭代:
bash
undefined

Initial design

Initial 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 business card for a yoga instructor, calming natural aesthetic", "session_id": "yoga-card-project" }'
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 business card for a yoga instructor, calming natural aesthetic", "session_id": "yoga-card-project" }'

Iterate based on feedback

Iterate based on feedback

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": "Make the colors warmer, add a lotus flower icon, and use a more elegant script font for the name", "session_id": "yoga-card-project" }'
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": "Make the colors warmer, add a lotus flower icon, and use a more elegant script font for the name", "session_id": "yoga-card-project" }'

Request variation

Request 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 2 more variations with different color palettes - one with sage green, one with dusty rose", "session_id": "yoga-card-project" }'
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 2 more variations with different color palettes - one with sage green, one with dusty rose", "session_id": "yoga-card-project" }'
undefined

Batch Generation for Teams

团队批量生成

Generate consistent cards for team members:
bash
undefined
为团队成员生成风格统一的名片:
bash
undefined

Template card

Template card

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 corporate business card template for Acme Corporation. Blue and white color scheme with the company logo area in top left. Fields: employee name, job title, department, phone, email, office location.", "session_id": "acme-team-cards", "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 corporate business card template for Acme Corporation. Blue and white color scheme with the company logo area in top left. Fields: employee name, job title, department, phone, email, office location.", "session_id": "acme-team-cards", "mode": "max" }'

Generate variations

Generate 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": "Using the same design, create cards with these titles: CEO, CFO, VP of Marketing, Head of Engineering. Keep all other design elements consistent.", "session_id": "acme-team-cards" }'
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": "Using the same design, create cards with these titles: CEO, CFO, VP of Marketing, Head of Engineering. Keep all other design elements consistent.", "session_id": "acme-team-cards" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt content
TimeoutComplex generationSet client timeout to minimum 10 minutes
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
Content policy violation包含违禁内容调整提示词内容
Timeout生成任务复杂将客户端超时设置为至少10分钟

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • meta-ad-creative-generation
    - Meta ad creatives
  • product-photo-generation
    - Product photography
  • logo-generation
    - Logo design
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - Meta广告创意生成
  • product-photo-generation
    - 产品摄影生成
  • logo-generation
    - Logo设计