API Platform
API Platform
Kie-compatible unified jobs API for the ModKie API platform.
API Platform
The ModKie API Platform is a Kie-compatible unified async jobs API for video, image, audio, and related generation tasks.
Base URL
https://modkie.com/api/v1Authenticate with Authorization: Bearer YOUR_API_KEY.
Core endpoints
| Endpoint | Method | Description |
|---|---|---|
/jobs/createTask | POST | Queue an async generation job |
/jobs/recordInfo | GET | Poll task status and results |
/chat/credit | GET | Remaining credit balance |
Chat models use POST /api/gateway/chat/completions instead — see Chat.
Async model
POST /jobs/createTask— returnstaskId(HTTP 200 means queued, not finished)GET /jobs/recordInfo?taskId=…— poll untilstateissuccessorfail- Optional webhook callback on task completion
Failed tasks are not charged. Credits are deducted only on state=success.
Quick links
Getting started
Core API
Models & examples
- ModKie Hosted Models — start here for ModKie-tuned workers
- Payload Examples — commercial catalog payloads
- Market Models — curated catalog table
- Chat — OpenAI-compatible gateway
Credits & pricing
- Pricing page — per-model credit costs
- Get Remaining Credits —
GET /chat/credit GET /api/ai/models?surface=market— catalog withcreditCostper model