Follow the steps below to connect to 100+ models with one async jobs API.
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.
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.
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.
Call GET /api/v1/jobs/recordInfo?taskId=... until state is success or fail, then download media URLs from the result.
Keep burst creates under ~20 new tasks per 10 seconds. Prefer webhooks for production pipelines instead of tight polling loops.