Create an Inference Point
Create a new inference point within your organization.
Headers
x-api-key
Your organization's active API Key.
Request
This endpoint expects an object.
organizationId
Your organization's unique identifier.
name
A descriptive title for the new inference point you'd like to create. This name must be unique within your organization.
modelId
The unique identifier for an active model within your organization.
tag
A descriptive tag for the new inference point you'd like to create. This tag does not need to be unqiue within your organization and can be used to group inference points.
updatedBy
The email of the user creating the inference point. If this parameter is left empty, the value will default to 'API'.
Response
201 - Creation successful
id
The unique identifier for the successfully created inference point within your organization.
name
The unique name for the successfully created inference point within your organization.
tag
The descriptive tag for the successfully created inference point within your organization.
updatedBy
The email of the user that originally created this inference point within your organization. If this parameter is left empty, the value will default to 'API'.