Control plane
Create an index
This operation deploys a Pinecone index. This is where you specify the measure of similarity, the dimension of vectors to be stored in the index, which cloud provider you would like to deploy with, and more.
For guidance and examples, see Create an index.
POST
Authorizations
Body
application/json
The desired configuration for the index.
The configuration needed to create a Pinecone index.
Response
201
application/json
The index has been successfully created.
The IndexModel describes the configuration and status of a Pinecone index.