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
- Sign up at ModKie and create an API key.
- Set
BASE_URL=https://modkie.com/api/v1in your client. - Map model strings using /market or
GET /models. - Run a test
createTaskin Playground, then copy the JSON to your app. - Enable webhooks for production.
Failed tasks are not charged when recordInfo returns fail. See also /kie-api-alternative.

