Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the Pinecone API. This project was developed independent of and is unaffiliated with Pinecone Systems. Users should switch to the official API spec, if and when Pinecone releases it.
curl \ -H "Api-Key: $API_KEY" \ https://controller.us-east1-gcp.pinecone.io/indexes
curl \ -H "Api-Key: $API_KEY" \ https://controller.us-east1-gcp.pinecone.io/collections
curl \
-H "Api-Key: $API_KEY" \
https://controller.us-east1-gcp.pinecone.io/indexes/{indexName}