Create Ingest Job From Images

Ingest assets directly, using a batch/list specification

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
imageslist of objectsRequired
connection_namestring or nullOptional

Response

Successful Response
idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
Allowed values:
detailsobject or null
created_dtstringformat: "date-time"
connection_namestring or null
request_typeenum
Allowed values:
statusenum
Enum of Ingest Job Status.
updated_dtstring or nullformat: "date-time"
total_assetsinteger or null
processed_assetsintegerDefaults to 0
errored_assetsintegerDefaults to 0
request_idstring or null

Errors

422
Unprocessable Entity Error