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 untilstatusissucceededorfailed. The four possible values arequeued/processing/succeeded/failed— do NOT check forpending/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: