Load a Model
Initializes a model for inference. This endpoint must be called before running any detections.
Path parameters
model_id
The model ID of an active and trained AI model within your organization
Headers
x-api-key
Your active API Key
Request
This endpoint expects an object.
organization_id
Your organization identifier
Response
200 - Your model was successfully loaded
status
A status code denoting success or failure.
message
model_id
The model ID of the model you loaded. This should match the model ID that was input as a path parameter to this API.