POST
/
inference

Body

application/json
model
string
required

ID of the model to use.

Obtained from a trained_model field of a TrainingJob object.

images
object[]
required

List of images to run inference on.

Response

200 - application/json
labels
array
required

Segmentation model inference: 3D (b, h, w) int label array.