Getting Started

Follow the steps below to connect to 100+ models with one async jobs API.

1

Choose a model

Open the Model Market and filter by provider or task type. Prefer ModKie-hosted models for the same Jobs API with ModKie-tuned defaults. Each model page includes Playground and parameter docs.

2

Create an API key

Sign in and create a key under API Keys. Use rate limits and IP allowlists for production. Never expose the key in client-side code.

3

Call createTask

Send POST /api/v1/jobs/createTask with Bearer auth. A 200 means the task was queued. Failed tasks are not charged. See examples for ready-to-copy payloads.

4

Poll recordInfo

Call GET /api/v1/jobs/recordInfo?taskId=... until state is success or fail, then download media URLs from the result.

5

Rate limits & webhooks

Keep burst creates under ~20 new tasks per 10 seconds. Prefer webhooks for production pipelines instead of tight polling loops.

Начало работы с ModKie — AI API платформа