---
title: "createExperiment"
method: POST
path: "/di/v1/experiment"
tags: ["Experiments"]
---

# createExperiment

`POST /di/v1/experiment`

Create Experiment.

## Request body

- ProphecisExperimentRequest
  - `exp_id` number — Experiment id.
  - `exp_name` string, required — Experiment Name.
  - `group_name` string — Group Name.
  - `exp_desc` string, required — Experiment Description.
  - `create_type` string — experiment type, default "MLFlow", choose next value, "WTSS" "DSS" "MLFlow"
  - `tag_list` ProphecisExperimentTagPutBasicInfo[] — Experiment Tags
    - `exp_id` number — Experiment Id
    - `exp_tag` string — Experiment's Tag
  - `dss_info` DSSInfo
    - `flow_name` string
    - `flow_version` string
    - `flow_id` number
    - `project_name` string
    - `project_id` number

## Response `200`

OK

- ProphecisExperimentIDResponse
  - `id` number, required — ProphecisExperiment ID
  - `exp_name` string — ProphecisExperiment Name

## Other responses

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

---

[API](https://skmtc.net/webankfintech/apis/prophecis-rest-service.md) · [All operations](https://skmtc.net/webankfintech/apis/prophecis-rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/prophecis-rest-service/revisions/41a1038b5854/schema)
