---
title: "POST /job/submit"
method: POST
path: "/job/submit"
tags: ["job"]
---

# POST /job/submit

`POST /job/submit`

## Request body

- ReqSubmitJob
  - `dag_schema` object, required — Definition and configuration of jobs, including the configuration of multiple tasks
  - `user_name` string — Name of the data table

## Response `200`

Success

- ResponseJobSubmit
  - `message` string
  - `code` integer
  - `data` JobInfo
    - `model_id` string
    - `model_version` string
  - `job_id` string

---

[API](https://skmtc.net/federatedai/apis/fate-flow-restful-api.md) · [All operations](https://skmtc.net/federatedai/apis/fate-flow-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/federatedai/fate-flow-restful-api/revisions/79b43d689db6/schema)
