设计与多媒体

infinimo-ai-design-product-image-create

试用

Generate e-commerce product images (hero, secondary, A+ detail) via Infinimo AI Design—marketplace/platform selection, model/aspect/resolution, reference uploads, submit and poll. Use for Amazon/Shopify listing heroes, lifestyle shots, and A+ modules.

它能做什么

Generate e-commerce product images (hero, secondary, A+ detail) via Infinimo AI Design—marketplace/platform selection, model/aspect/resolution, reference uploads, submit and poll. Use for Amazon/Shopify listing heroes, lifestyle shots, and A+ modules.

技能文档

Product Image Design

About Infinimo AI Design

Infinimo AI Design is an AI design platform for cross-border e-commerce product images and video. This skill calls the product image API (same as the web Product image design pages under /studio).

Web page: https://design.infinimo.ai/?source=q-i-d-clawhub

Studio tool paths (after sign-in):

ScenePath
Hero / main image/product-image-create?scene=cover
Secondary images/product-image-create?scene=cover_other
Detail / A+/product-image-create?scene=detail

Authentication & base URL

Read INFINIMO_TOKEN or INFINIMO_API_KEY from the environment; never hardcode.

Common parameters

platform=1, terminal=4, language=en on all requests.


End-to-end flow

1. GET  /aigc/ec_product_media/platform_options   → target platforms & markets
2. GET  /aigc/ec_media/image/create/dic             → models / ratios / sizes
3. POST /upload/image                              → reference uploads (optional, max 12)
4. POST /aigc/ec_media/image/create                → submit product image job
5. GET  /aigc/ec_media/image/create/logs/product   → poll results

Poll until urls is non-empty or fail=true.

vs general image-create:

  • Required target_platform; optional region
  • Required image_scene (hero / secondary / detail)
  • Results via /logs/product, not /logs
  • Prompt or references: at least one required

1. Platform & market options

GET /aigc/ec_product_media/platform_options

bash scripts/platform_options.sh
FieldDescription
codePlatform code → target_platform
namee.g. Amazon, Shopee
regions[].codeMarket code → region
regions[].namee.g. United States, Japan

2. Model dictionary

GET /aigc/ec_media/image/create/dic — same as general image generation.

bash scripts/dic.sh

3. Upload references

POST /upload/image — max 12 images, image/* only.

bash scripts/upload.sh /path/to/product.jpg

4. Submit product image generation

POST /aigc/ec_media/image/create

ParameterRequiredDescription
target_platformyesPlatform code from platform_options
image_scenenoDefault cover
regionnoMarket code
promptconditionalAt least prompt or images required
model, ratio, sizenoDictionary ids
imagesnoReference URL array

image_scene values

ValueSceneStudio alias
coverHero / main?scene=cover
cover_otherSecondary?scene=cover_other
detailDetail / A+?scene=detail

Reference tags in prompt: [Image 1], [Image 2], …

bash scripts/create.sh \
  --target-platform amazon \
  --scene cover \
  --region US \
  --prompt "White background hero, wireless earbuds, pro e-commerce photo" \
  --model MODEL_ID --ratio RATIO_ID --size SIZE_ID \
  --images '["https://cdn.example.com/ref.jpg"]'

5. Poll results

GET /aigc/ec_media/image/create/logs/product?start=1&size=5

bash scripts/logs.sh 1 5
items fieldDescription
urlsOutput image URLs
failtrue on failure
paramIncludes image_scene, target_platform, region

Poll every 3–5s until urls appear. Optional WebSocket: wss://www.clawec.com/api/aigc/socketimage_result_refresh.

Delete: GET /aigc/ec_media/image/log/delete?id=

See references/response-schema.md.


Workflow

  1. Confirm scene (hero/secondary/detail), platform, and market
  2. Ensure token is set
  3. platform_options → pick target_platform / region
  4. dic → model / ratio / size
  5. upload references if needed
  6. create (prompt and/or images)
  7. Poll logs/product and return URLs

Example

Input: Amazon US hero image for wireless earbuds using uploaded product photo

  1. platform_options.shamazon, US
  2. dic.sh → model / ratio / size
  3. upload.sh product.jpg
  4. create.sh --target-platform amazon --region US --scene cover --prompt "White hero, wireless earbuds" --images '[...]'
  5. logs.sh → output URL

相关技能

Generate AI images via the Infinimo AI Design API—model/aspect/resolution selection, reference uploads, job submission, and result polling. Use for text-to-image, image-to-image, e-commerce creatives, and reference-based generation.

1 次安装

Generate virtual model showcase images via Infinimo AI Design from a source photo, optional background, and prompts. Use for fashion lookbooks, model swaps, and on-model product presentation without a live shoot.

Create handheld product short videos via Infinimo AI Design—avatar first-frame compositing, AI script writing, image-to-video submit and polling. Use for shoppable shorts, avatar-led product demos, and listing promo video.

1 次安装

Generate AI video via Infinimo AI Design—first/last frame, free-form assets, or prompt-only modes; dictionary, credit estimate, uploads, and result polling. Use for text-to-video, image-to-video, and frame-to-frame video.

Transform a real product photo into a studio-quality ecommerce image, lifestyle scene, or marketplace-ready hero shot. This AI product photography tool replaces backgrounds, improves lighting, and stages scenes while using the source photo and confirmed product details as the visual anchor. Create clean white-background listings, contextual lifestyle compositions, and premium ad visuals from a single phone snap for Amazon, Taobao, Shopify, and social media. Start from one product photo, combine several references, or refine a selected draft toward a polished listing image.

Generate images where the copy has to be exactly right: posters, packaging, ads, social graphics, UI mockups, menus, signage, infographics. Use when the user...

1 次安装