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. Clients call POST /api/v1/jobs/createTask to queue work and GET /api/v1/jobs/recordInfo to poll until state is success or fail. Authentication uses Authorization: Bearer YOUR_API_KEY. Credits are checked before queueing; successful jobs deduct the model's creditCost; failed jobs are not charged.
Unified async jobs API aligned with Kie.ai patterns: createTask, recordInfo, and credit balance.
Quick links
- Market Quickstart
- createTask
- recordInfo
- Webhooks
- Veo 3.1
- Kling 3.0
- Nano Banana 2
- Runway Gen-4 Turbo
- Suno V4
- Grok Imagine 1.5
- GPT Image 2
- Seedance 2 Fast
- Wan 2.7
- Chat completions
Base URL
https://modkie.com/api/v1Authenticate with Authorization: Bearer YOUR_API_KEY.
Async model
POST /jobs/createTask— returnstaskId(HTTP 200 means queued, not finished)GET /jobs/recordInfo?taskId=…— poll untilstateissuccessorfail- Failed tasks are not charged
Credits
GET /chat/credit— remaining credits (session orAuthorization: Bearer sk-xxx)GET /models— model catalog withcreditCostper model- Balance check runs before
createTask; credits are deducted only whenrecordInforeportsstate=success - Failed tasks are not charged