ClipmivoAI

CLIPMIVOAI · DEVELOPER TOOLS

Bring video creation into your workflow

Use one API to discover models, upload media, request quotes and manage asynchronous generation tasks. The CLI provides JSON output for terminals and scripts.

CLIPMIVO FILM · PREVIEW

Turn a script into video with AI

Install the Skill in Codex or Claude Code. Use your ClipmivoAI key to generate media and edit a video. Follow the setup steps, then copy an example to get started.

Install the creation Skill

Integration steps

  1. Sign in and create an API key with the required scopes and expiry in Developer. Supply it through CLIPMIVO_API_KEY; keep it out of public code.
  2. Read the model catalog, upload owned media and request a quote. Use the workflow IDs, resolutions, durations and reference limits returned by the catalog.
  3. Submit with a unique idempotency key. If a response is lost, preserve the same request and key to avoid duplicate submission; continue querying with the task ID.
  4. Wait for success and stored output, then retrieve the file through the authenticated download endpoint. A wait timeout does not mean generation failed.

Documentation and tools

Configure a scoped API key in a client that supports local MCP to discover models, get quotes and manage video tasks.

Start with discovery and a quote

clipmivo models --json
clipmivo upload --file product.png
clipmivo quote --file request.json
clipmivo wait TASK_ID
clipmivo download TASK_ID --output video.mp4

Pricing & billing

Pay by the selected model’s billing unit, with no subscription or automatic renewal. 1 credit = US$0.01. Review the quote for your exact settings before submitting.

View all currently active prices

Token billing example: Seedance 2.0 Mini

Seedance 2.0 Mini · Text to video · silent · no video input
UnitPrice
Per million billable tokens420 Credits

480P · 4s

18 Credits

Estimated credit reservation, not a fixed per-generation cost.

720P · 6s

65 Credits

Estimated credit reservation, not a fixed per-generation cost.

For example, 40,000 billable tokens cost 17 Credits, rounded up to the next whole Credit. Usage varies with duration, resolution and aspect ratio. You will not automatically be charged above the limit you accepted before submission.

Example rates are valid until December 13, 2026. Your rate is locked when you submit. Confirm the price for your settings in the studio; applicable taxes are shown at checkout.

Creating and managing your account

Sign in with email, upload reference media, and create and download videos. Explore example videos and reuse their settings. Check each model’s available options and price before generating.

The CLI supports quotes, submission, status and authenticated downloads. Signed callbacks require an approved, verified endpoint. Media uploads require account authentication; external media import and presigned uploads are not yet available.

Next steps