POST
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
Create job
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs \
  --header 'Content-Type: application/octet-stream' \
  --data '{}'
{
  "unsupportedFiles": [
    "<string>"
  ],
  "jobs": [
    {
      "uid": "<string>",
      "status": "NEW",
      "providers": [
        {
          "type": "<string>",
          "id": "<string>",
          "uid": "<string>"
        }
      ],
      "targetLang": "<string>",
      "workflowLevel": 123,
      "workflowStep": {
        "name": "<string>",
        "id": "<string>",
        "uid": "<string>",
        "order": 123,
        "lqaEnabled": true
      },
      "filename": "<string>",
      "dateDue": "2023-11-07T05:31:56Z",
      "dateCreated": "2023-11-07T05:31:56Z",
      "updateSourceDate": "2023-11-07T05:31:56Z",
      "imported": true,
      "jobAssignedEmailTemplate": {},
      "notificationIntervalInMinutes": 123,
      "continuous": true,
      "sourceFileUid": "<string>"
    }
  ],
  "asyncRequest": {
    "id": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "action": "PRE_ANALYSE"
  }
}

Headers

Memsource
string
Content-Disposition
string

must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)

Path Parameters

projectUid
string
required

Body

application/octet-stream · object

Response

201
application/json

Created

The response is of type object.