nft-art-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

NFT Art Generation

NFT艺术生成

Generate stunning NFT artwork using each::sense. This skill creates images and videos optimized for NFT collections, marketplaces, and Web3 projects.
使用each::sense生成惊艳的NFT艺术品。该技能可创建针对NFT合集、交易平台及Web3项目优化的图片与视频。

Features

功能特性

  • PFP Collections: 10K style profile picture collections with consistent traits
  • Generative Art: Algorithm-inspired abstract and geometric pieces
  • 1/1 Unique Artwork: High-quality single edition masterpieces
  • Pixel Art: Retro-style pixelated NFT artwork
  • 3D NFTs: Rendered 3D characters and objects
  • Animated NFTs: GIF and video NFTs with motion
  • AI Art Collections: Distinctive AI-generated art series
  • Trait-Based Characters: Characters with combinable attributes
  • PFP头像合集:具有统一特征的10K风格头像合集
  • 生成式艺术:受算法启发的抽象与几何风格作品
  • 1/1独版艺术品:高品质单版杰作
  • 像素艺术:复古风格像素化NFT艺术品
  • 3D NFT:渲染完成的3D角色与物体
  • 动画NFT:带有动态效果的GIF与视频格式NFT
  • AI艺术合集:独特的AI生成艺术系列
  • 基于特征的角色:可组合属性的角色

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 PFP NFT of an ape character with cyberpunk style, neon colors, wearing futuristic sunglasses and a hoodie, dark 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 a PFP NFT of an ape character with cyberpunk style, neon colors, wearing futuristic sunglasses and a hoodie, dark background",
    "mode": "max"
  }'

NFT Art Formats & Sizes

NFT艺术格式与尺寸

TypeAspect RatioRecommended SizeUse Case
PFP Collection1:11024x1024 or 2048x2048Profile pictures, avatars
Generative Art1:12048x2048 or 4096x4096Art pieces, gallery display
1/1 ArtworkVarious2048x2048+High-value single editions
Pixel Art1:132x32 to 512x512Retro collections
3D Render1:1 or 4:32048x20483D character NFTs
Animated GIF1:11024x1024Motion NFTs
Video NFT1:1 or 16:91080x1080 or 1920x1080Premium animated pieces
类型宽高比推荐尺寸使用场景
PFP头像合集1:11024x1024 或 2048x2048个人头像、虚拟形象
生成式艺术1:12048x2048 或 4096x4096艺术作品、画廊展示
1/1独版艺术品多种比例2048x2048及以上高价值单版作品
像素艺术1:132x32 至 512x512复古风格合集
3D渲染作品1:1 或 4:32048x20483D角色NFT
动画GIF1:11024x1024动态NFT
视频NFT1:1 或 16:91080x1080 或 1920x1080高端动画作品

Use Case Examples

应用场景示例

1. PFP Collection Style (10K Style)

1. PFP头像合集风格(10K风格)

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 1:1 PFP NFT in the style of a 10K collection. An anthropomorphic fox character with purple fur, wearing a gold chain necklace and a backwards cap. Solid gradient background from teal to purple. Clean digital art style, bold outlines, 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 a 1:1 PFP NFT in the style of a 10K collection. An anthropomorphic fox character with purple fur, wearing a gold chain necklace and a backwards cap. Solid gradient background from teal to purple. Clean digital art style, bold outlines, vibrant colors.",
    "mode": "max"
  }'

2. Generative Art Piece

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 generative art piece inspired by algorithmic patterns. Abstract flowing lines and geometric shapes, inspired by Tyler Hobbs and Dmitri Cherniak. Use a limited color palette of deep blues, whites, and gold accents. Mathematical precision with organic flow. 1:1 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 generative art piece inspired by algorithmic patterns. Abstract flowing lines and geometric shapes, inspired by Tyler Hobbs and Dmitri Cherniak. Use a limited color palette of deep blues, whites, and gold accents. Mathematical precision with organic flow. 1:1 aspect ratio.",
    "mode": "max"
  }'

3. 1/1 Unique Artwork

3. 1/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 high-quality 1/1 NFT artwork. A surreal dreamscape with a floating island in a cosmic void, ancient ruins overgrown with bioluminescent plants, multiple moons in the sky, ethereal atmosphere. Ultra detailed, cinematic lighting, museum-quality digital painting.",
    "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 high-quality 1/1 NFT artwork. A surreal dreamscape with a floating island in a cosmic void, ancient ruins overgrown with bioluminescent plants, multiple moons in the sky, ethereal atmosphere. Ultra detailed, cinematic lighting, museum-quality digital painting.",
    "mode": "max"
  }'

4. Pixel Art NFT

4. 像素艺术NFT

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 pixel art NFT character. A retro-style warrior knight with glowing sword, 32x32 pixel style scaled up cleanly. Limited color palette, nostalgic 8-bit aesthetic, solid color background. CryptoPunks meets fantasy RPG 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 pixel art NFT character. A retro-style warrior knight with glowing sword, 32x32 pixel style scaled up cleanly. Limited color palette, nostalgic 8-bit aesthetic, solid color background. CryptoPunks meets fantasy RPG vibe.",
    "mode": "max"
  }'

5. 3D NFT Artwork

5. 3D NFT艺术品

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 3D rendered NFT character. A stylized robot head with chrome finish, glowing LED eyes, intricate mechanical details, floating in a dark studio environment with dramatic rim lighting. Octane render quality, subsurface scattering, 1:1 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 3D rendered NFT character. A stylized robot head with chrome finish, glowing LED eyes, intricate mechanical details, floating in a dark studio environment with dramatic rim lighting. Octane render quality, subsurface scattering, 1:1 aspect ratio.",
    "mode": "max"
  }'

6. Animated NFT (GIF/Video)

6. 动画NFT(GIF/视频)

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 animated NFT, 3-5 seconds loop. A mystical crystal orb with swirling energy inside, particles floating around it, pulsing glow effect. Seamless loop, hypnotic motion, dark background with subtle ambient particles. 1:1 square 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 an animated NFT, 3-5 seconds loop. A mystical crystal orb with swirling energy inside, particles floating around it, pulsing glow effect. Seamless loop, hypnotic motion, dark background with subtle ambient particles. 1:1 square format.",
    "mode": "max"
  }'

7. AI Art Collection

7. AI艺术合集

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 AI art piece for a collection exploring digital consciousness. Abstract portrait merging human and digital elements, data streams flowing through a face, glitch art effects, neural network visualization overlay. Vaporwave color palette with pink, cyan, and purple. Unique artistic interpretation.",
    "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 AI art piece for a collection exploring digital consciousness. Abstract portrait merging human and digital elements, data streams flowing through a face, glitch art effects, neural network visualization overlay. Vaporwave color palette with pink, cyan, and purple. Unique artistic interpretation.",
    "mode": "max"
  }'

8. Trait-Based Character Generation

8. 基于特征的角色生成

bash
undefined
bash
undefined

First character with base traits

第一个具有基础特征的角色

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 trait-based NFT character for a collection. Base: Cat humanoid. Traits: Background=Sunset Orange, Fur=Calico pattern, Eyes=Laser red, Accessory=Pirate eyepatch, Clothing=Leather jacket, Headwear=None. Consistent flat illustration style suitable for a 10K PFP collection.", "session_id": "nft-collection-cats-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 trait-based NFT character for a collection. Base: Cat humanoid. Traits: Background=Sunset Orange, Fur=Calico pattern, Eyes=Laser red, Accessory=Pirate eyepatch, Clothing=Leather jacket, Headwear=None. Consistent flat illustration style suitable for a 10K PFP collection.", "session_id": "nft-collection-cats-001" }'

Second character variation (same session for 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 another character with different traits. Same style as before. Traits: Background=Deep Space, Fur=White, Eyes=Diamond blue, Accessory=Monocle, Clothing=Tuxedo, Headwear=Top hat. Maintain the exact same art style.", "session_id": "nft-collection-cats-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 another character with different traits. Same style as before. Traits: Background=Deep Space, Fur=White, Eyes=Diamond blue, Accessory=Monocle, Clothing=Tuxedo, Headwear=Top hat. Maintain the exact same art style.", "session_id": "nft-collection-cats-001" }'
undefined

9. Abstract Generative Art

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 an abstract generative art NFT. Inspired by Art Blocks aesthetic - recursive geometric patterns, flow fields, mathematical beauty. Colors emerge from chaos into order. Black background with vibrant color accents in orange, pink, and electric blue. Crisp vector-like precision. 1:1 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 an abstract generative art NFT. Inspired by Art Blocks aesthetic - recursive geometric patterns, flow fields, mathematical beauty. Colors emerge from chaos into order. Black background with vibrant color accents in orange, pink, and electric blue. Crisp vector-like precision. 1:1 format.",
    "mode": "max"
  }'

10. Cyberpunk/Futuristic NFT

10. 赛博朋克/未来风格NFT

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a cyberpunk NFT artwork. A futuristic street samurai character with cybernetic augmentations, neon-lit visor, holographic HUD elements, rain-soaked environment reflected on surfaces. Blade Runner meets anime aesthetic. Neon pink and cyan color scheme, dark atmospheric mood. Premium collectible quality.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a cyberpunk NFT artwork. A futuristic street samurai character with cybernetic augmentations, neon-lit visor, holographic HUD elements, rain-soaked environment reflected on surfaces. Blade Runner meets anime aesthetic. Neon pink and cyan color scheme, dark atmospheric mood. Premium collectible quality.",
    "mode": "max"
  }'

Best Practices

最佳实践

Collection Consistency

合集一致性

  • Art Style: Maintain consistent style across collection pieces
  • Color Palette: Define and stick to a cohesive palette
  • Trait System: Plan traits with clear categories (background, body, accessories, etc.)
  • Resolution: Use consistent resolution across all pieces
  • Session ID: Use same session_id for related pieces to maintain consistency
  • 艺术风格:在合集所有作品中保持统一风格
  • 调色板:定义并坚持使用协调的色彩方案
  • 特征系统:规划具有清晰分类的特征(背景、身体、配饰等)
  • 分辨率:所有作品使用统一的分辨率
  • 会话ID:相关作品使用相同的session_id以保持一致性

Technical Quality

技术质量

  • High Resolution: Generate at 2048x2048+ for quality display
  • Clean Edges: Request clean outlines for PFP collections
  • Proper Format: Use PNG for static, MP4/GIF for animated
  • Marketplace Ready: Ensure output meets OpenSea, Foundation, etc. requirements
  • 高分辨率:以2048x2048及以上的分辨率生成作品
  • 清晰边缘:为PFP合集请求清晰的轮廓
  • 合适格式:静态作品使用PNG,动画作品使用MP4/GIF
  • 适配交易平台:确保输出符合OpenSea、Foundation等平台的要求

NFT-Specific Considerations

NFT专属注意事项

  • Rarity Planning: Design rare traits distinctively
  • Scalability: Ensure art looks good at small sizes (profile thumbnails)
  • Uniqueness: Each piece should be visually distinct
  • Metadata Ready: Generate with clear trait descriptions
  • 稀有度规划:设计具有独特性的稀有特征
  • 可扩展性:确保作品在小尺寸下(如头像缩略图)仍能良好显示
  • 独特性:每件作品在视觉上应具有区分度
  • 元数据就绪:生成带有清晰特征描述的作品

Prompt Tips for NFT Art

NFT艺术提示词技巧

When creating NFT artwork, include these details in your prompt:
  1. Collection Type: PFP, generative, 1/1, pixel art, etc.
  2. Art Style: Describe the visual style (flat, 3D, pixel, painterly)
  3. Subject: What is the main subject (character, abstract, landscape)
  4. Traits/Attributes: List specific features if trait-based
  5. Color Palette: Specify colors or mood
  6. Background: Solid color, gradient, or detailed
  7. Quality Level: Mention if premium/museum quality needed
创建NFT艺术品时,在提示词中包含以下细节:
  1. 合集类型:PFP、生成式、1/1、像素艺术等
  2. 艺术风格:描述视觉风格(扁平化、3D、像素、绘画风)
  3. 主体:主要创作对象(角色、抽象图案、风景)
  4. 特征/属性:如果是基于特征的作品,列出具体特征
  5. 调色板:指定颜色或氛围
  6. 背景:纯色、渐变或细节丰富的背景
  7. 质量等级:说明是否需要高端/博物馆级质量

Example Prompt Structure

提示词结构示例

"Create a [collection type] NFT.
[Subject description] with [traits/attributes].
Style: [art style].
Colors: [color palette].
Background: [background description].
[Additional quality/format requirements]"
"Create a [collection type] NFT.
[Subject description] with [traits/attributes].
Style: [art style].
Colors: [color palette].
Background: [background description].
[Additional quality/format requirements]"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final collection pieces, 1/1 artwork, premium dropsSlowerHighest
eco
Concept exploration, trait testing, draft iterationsFasterGood
生成前询问用户:
"您需要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终合集作品、1/1艺术品、高端发售较慢最高
eco
概念探索、特征测试、草稿迭代较快良好

Multi-Turn Collection Development

多轮迭代开发合集

Use
session_id
to develop collections iteratively:
bash
undefined
使用
session_id
迭代开发合集:
bash
undefined

Establish collection style

确定合集风格

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a base character for my NFT collection. A stylized bear with streetwear fashion, bold flat colors, minimalist background.", "session_id": "bear-nft-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 base character for my NFT collection. A stylized bear with streetwear fashion, bold flat colors, minimalist background.", "session_id": "bear-nft-project" }'

Request trait 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 the same bear character but with different accessories - add sunglasses and a gold chain. Keep the exact same art style.", "session_id": "bear-nft-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 the same bear character but with different accessories - add sunglasses and a gold chain. Keep the exact same art style.", "session_id": "bear-nft-project" }'

Request rare variant

请求稀有变体

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 rare legendary variant - same bear but with cosmic/galaxy fur pattern, glowing eyes, and a crown. This is the 1/1 rare for the collection.", "session_id": "bear-nft-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 a rare legendary variant - same bear but with cosmic/galaxy fur pattern, glowing eyes, and a crown. This is the 1/1 rare for the collection.", "session_id": "bear-nft-project" }'
undefined

Batch Generation for Collections

合集批量生成

Generate multiple variations efficiently:
bash
undefined
高效生成多个变体:
bash
undefined

Variation 1 - Common trait

变体1 - 普通特征

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 PFP NFT: Robot character, silver body, blue LED eyes, plain gray background, minimal style", "mode": "eco" }'
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 PFP NFT: Robot character, silver body, blue LED eyes, plain gray background, minimal style", "mode": "eco" }'

Variation 2 - Uncommon trait

变体2 - uncommon特征

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 PFP NFT: Robot character, gold body, green LED eyes, gradient purple background, minimal style", "mode": "eco" }'
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 PFP NFT: Robot character, gold body, green LED eyes, gradient purple background, minimal style", "mode": "eco" }'

Variation 3 - Rare trait

变体3 - 稀有特征

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 PFP NFT: Robot character, holographic rainbow body, laser red eyes, cosmic space background, minimal style", "mode": "eco" }'
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 PFP NFT: Robot character, holographic rainbow body, laser red eyes, cosmic space background, minimal style", "mode": "eco" }'
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 policies
TimeoutComplex generationSet client timeout to minimum 10 minutes
Style inconsistencyNew sessionUse same
session_id
for collection pieces
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含违禁内容调整提示词以符合内容政策
超时生成任务复杂将客户端超时设置为至少10分钟
风格不一致使用了新会话合集作品使用相同的
session_id

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • product-photo-generation
    - Product imagery
  • meta-ad-creative-generation
    - Social media creatives
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 产品图像生成
  • meta-ad-creative-generation
    - 社交媒体创意内容生成