imini-api-integration

Installation
SKILL.md

imini Open Platform API Integration

Integrate imini's AIGC image and video generation APIs into any project. Pick the right model, estimate cost, and generate complete asynchronous task code.

About imini

imini offers AIGC image and video generation APIs under:

  • Unified endpoint: https://openapi.imini.ai/imini/router
  • Unified auth: one Bearer API key works for every model
  • Unified async pattern: every generation call returns a task_id; poll the task-query endpoint until status is succeeded or failed. The four possible values are queued / processing / succeeded / failed — do NOT check for pending / completed / running, those strings are never returned.
  • Unified error shape: { error: { code, message, status, request_id } }

When to use this skill

Use proactively whenever the user:

Installs
1
GitHub Stars
1
First Seen
May 12, 2026
imini-api-integration — imini-ai/imini-api-integration-skill