How to Migrate from Kie.ai to ModKie

Jun 26, 2026

Migrating from Kie.ai to ModKie means changing your API base URL and API key while keeping the same async job flow. ModKie implements Kie-compatible POST /jobs/createTask and GET /jobs/recordInfo under https://modkie.com/api/v1.

Steps

  1. Sign up at ModKie and create an API key.
  2. Set BASE_URL=https://modkie.com/api/v1 in your client.
  3. Map model strings using /market or GET /models.
  4. Run a test createTask in Playground, then copy the JSON to your app.
  5. Enable webhooks for production.

Failed tasks are not charged when recordInfo returns fail. See also /kie-api-alternative.

ModKie DevRel