---
title: "Create image by given info."
method: POST
path: "/mf/v1/image"
tags: ["image"]
---

# Create image by given info.

`POST /mf/v1/image`

Create Image.

## Request body

- ImagePostRequest
  - `image_name` string — Image Name.
  - `model_version_id` number — Model Version id.
  - `group_id` number — Model Version id.
  - `user_name` string — Creation user of this image.
  - `remarks` string — Remark.

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — The Models cannot be found

---

[API](https://skmtc.dev/webankfintech/apis/mf-server.md) · [All operations](https://skmtc.dev/webankfintech/apis/mf-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webankfintech/mf-server/revisions/5ad7fc23d2c6/schema)
