imini-generate
Installation
SKILL.md
imini Open Platform API Integration
Generate images / videos with imini, OR write integration code for the user's project. Pick the right model, estimate cost, handle async tasks.
About imini
- Unified endpoint:
https://openapi.imini.ai/imini/router - Unified auth: one Bearer API key works for every model —
Authorization: Bearer $IMINI_API_KEY - Unified async pattern: every generation call returns a
task_id; poll the task-query endpoint untilstatusissucceededorfailed. The four possible values arequeued/processing/succeeded/failed— never check forpending/completed/running. - Unified error shape:
{ error: { code, message, status, request_id } } - Catalog: https://docs.imini.ai/llms.txt — always up-to-date model list with pricing and per-model OpenAPI spec URLs
Step 0 — Route to the right path
Two paths. Pick before doing anything else.