Create an Inference Point

GA
Create a new inference point within your organization.

Headers

x-api-keystringRequired
Your organization's active API Key.

Request

This endpoint expects an object.
organizationIdstringRequiredformat: "uuid"
Your organization's unique identifier.
namestringRequired
A descriptive title for the new inference point you'd like to create. This name must be unique within your organization.
modelIdstringOptionalformat: "uuid"
The unique identifier for an active model within your organization.
tagstringOptional
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.
updatedBystringOptional
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

idstringformat: "uuid"
The unique identifier for the successfully created inference point within your organization.
namestring
The unique name for the successfully created inference point within your organization.
tagstring
The descriptive tag for the successfully created inference point within your organization.
updatedBystring
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'.

Errors

400
Bad Request Error
401
Unauthorized Error
409
Conflict Error