Create a job using 3D source data

Required capabilities: datamodels:READ(cdf_cdm, cdf_cdm_3d) datamodelinstances:WRITE

Creates a job to be run using a 3D source. Currently supported in data-modeling projects only. The user defines a dms instance they want the job to run against, and defines it as the source of the job. Inside the job you define the space a job will exist in, and its external id, this is not populated into dms. The job external id should be created by the client, and be unique. If the job result is stored in dms, it will be stored using the space of the job. A session nonce is required by the request.

Job types with supported job sources:

  • Job Type: ImageTextDetection, Job Source type: Cognite360ImageCollection
Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json

The job with a given source. Currently supports only one job to be created at the time.

One of:
required
Array of objects (Create360ContextualizationJobItem) = 1 items
Responses
201

A list of the created jobs

400

The response for a failed request.

post/3d/jobs
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}