Create an Inference Point

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

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