v1

latestOpenAPI 3.1.0Apache 2.02026-07-1783533.8 KB
Collection

Create a new collection

Creates a new collection if it does not already exist. The maximum number of collections per user is restricted based on the plan. Before you can insert and search points, you must create a collection.

post/collections

Request body

idstring

The unique identifier of the collection

indexSchemaIndexSchema

The schema for the collection, each property can be indexed with a different type of index.

Response

Operation was successful

messagestring required

A message indicating the result of the operation

Example response

{
  "message": "Operation successful"
}