Start here
- Create and protect a Yir API key.
- Submit and query your first task.
- Follow the production integration guide.
- Learn the task lifecycle and billing model.
Two source-compatible surfaces
Choose the request and response shape your integration already understands:- KIE-compatible — submit with
POST /kie/api/v1/jobs/createTask, then query withGET /kie/api/v1/jobs/recordInfo. - APIMart-compatible — submit with
POST /apimart/v1/images/generations, then query withGET /apimart/v1/tasks/{id}.