Load a Model

Initializes a model for inference. This endpoint must be called before running any detections.

Path parameters

model_idstringRequired

The model ID of an active and trained AI model within your organization

Headers

x-api-keystringRequired

Your active API Key

Request

This endpoint expects an object.
organization_idstringRequired

Your organization identifier

Response

200 - Your model was successfully loaded

statusstringOptional

A status code denoting success or failure.

messagestringOptional
model_idstringOptional

The model ID of the model you loaded. This should match the model ID that was input as a path parameter to this API.

Errors