Get image detail

Get image detail by coactive image id or dataset id and image path. Either coactive image id or or a combination of dataset id and image path can be used to uniquely identify an image.

Headers

AuthorizationstringRequired

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

Query parameters

dataset_idstringOptionalformat: "uuid4"
The dataset id of the image
pathstringOptional
The path of the image
coactive_image_idstringOptionalformat: "uuid4"
The coactive image id of the image

Response

Image detail
Imageobject
OR
Keyframeobject

Errors