PUT
/
api
/
v1
/
indexes
/
{indexName}
/
create
{
  "status": 200,
  "message": "Index '<indexName>' created successfully."
}

Authorizations

X-Eigen-API-Key
string
header
required

Path Parameters

indexName
string
required

Name of the index

Body

application/json
dimensions
number
required

Dimensions of the index

metric
string
required

The similarity metric for the index

Response

Index created successfully.

status
integer
required

Status code of the response

message
string
required

Message giving basic information on the response

data
object

Important data to be given to the caller

error
object

An error that has occured