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/v1

Authenticate with Authorization: Bearer YOUR_API_KEY.

Core endpoints

EndpointMethodDescription
/jobs/createTaskPOSTQueue an async generation job
/jobs/recordInfoGETPoll task status and results
/chat/creditGETRemaining credit balance

Chat models use POST /api/gateway/chat/completions instead — see Chat.

Async model

  1. POST /jobs/createTask — returns taskId (HTTP 200 means queued, not finished)
  2. GET /jobs/recordInfo?taskId=… — poll until state is success or fail
  3. Optional webhook callback on task completion

Failed tasks are not charged. Credits are deducted only on state=success.

Getting started

Core API

Models & examples

Credits & pricing

  • Market — browse models and open Playgrounds
  • API Keys — create and manage keys
  • Logs — task history and credit verification