Skip to main content
POST
Test pretrained model using image data

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

impulseId
integer

Impulse ID. If this is unset then the default impulse is used.

Body

application/json
imageFileBase64
string
required

A base64 encoded input image file

input
object
required
model
object
required

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

error
string

Optional error description (set if 'success' was false)

result
object

Classification value per label. For a neural network this will be the confidence, for anomalies the anomaly score.

boundingBoxes
object[]
freeformResult
object
anomalyResult
object[]

Anomaly scores and computed metrics for visual anomaly detection, one item per window.