Design & media

infinimo-ai-design-video-create

Try it

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.

What it does

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.

The skill document

Video Generation

About Infinimo AI Design

Infinimo AI Design is an AI design platform for e-commerce visuals. This skill calls the general video generation API (same as /video-create in the design studio).

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

Authentication & base URL

Use INFINIMO_TOKEN or INFINIMO_API_KEY. Common params: platform=1, terminal=4, language=en.


End-to-end flow

1. GET  /aigc/ec_media/video/create/dic         → models / ratios / sizes / lengths
2. POST /aigc/ec_media/video/point_calculate    → credit estimate (optional)
3. POST /upload/image or /upload/file           → upload assets
4. POST /aigc/ec_media/video/create             → submit job
5. GET  /aigc/ec_media/video/create/logs        → poll results

WebSocket wss://www.clawec.com/api/aigc/socket may push video_result_refresh.


1. Dictionary

GET /aigc/ec_media/video/create/dic

FieldDescription
modelsVideo models
ratiosAspect ratios
sizesResolutions
lengthsDurations in seconds (length submit value is numeric)
bash scripts/dic.sh

2. Credit estimate (optional)

POST /aigc/ec_media/video/point_calculate

ParameterRequiredDescription
create_modeyes1 / 2 / 3
model, ratio, sizeyesDictionary ids
lengthnoDuration (number)
promptnoPlaceholder . is fine
bash scripts/point_calculate.sh --mode 1 --model M_ID --ratio R_ID --size S_ID --length 5

3. Upload assets

ModeEndpointNotes
1 — First/last framePOST /upload/imageFirst frame required; last optional
2 — Free assetsPOST /upload/fileImage/video/audio, max 12
3 — Prompt onlyNo uploads
bash scripts/upload_image.sh /path/to/frame.jpg
bash scripts/upload_file.sh /path/to/clip.mp4

4. Submit video generation

POST /aigc/ec_media/video/create

ParameterRequiredDescription
promptyesPrompt / script
create_modeyes1 first-last / 2 assets / 3 prompt-only
model, ratio, sizeyesDictionary ids
lengthnoDuration (number)
attachesconditionalAsset URL array (see mode rules)

create_mode rules

ModeattachesRule
1[firstUrl, lastUrl?]First frame required
2Asset URLsMax 12
3omitPrompt only
bash scripts/create.sh \
  --mode 1 \
  --prompt "Slow product rotation, studio lighting" \
  --model M_ID --ratio R_ID --size S_ID --length 5 \
  --attaches '["https://cdn.../first.jpg","https://cdn.../last.jpg"]'

5. Poll results

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

items fieldDescription
urlOutput video URL
paramOriginal submit params
timeCreated at
bash scripts/logs.sh 1 5

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

See references/response-schema.md.


Workflow

  1. Confirm mode and prompt
  2. dic → pick options
  3. Upload assets if needed
  4. Optional point_calculate for credits
  5. create → poll logs
  6. Return video URL and summary

Related skills

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 installs

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 installs

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 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.

AI-assisted short video creation. User selects topic, aspect ratio, and duration. AI guides through video generation using the user's own API key (Kling/Doubao etc.). One-time payment ¥16.90 per creation.

Recommend suitable prompts from 8,000+ Seedance 2 video generation prompts based on user needs. Optimized for Seedance 2 (ByteDance), but prompts also work w...