pinecone.io

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.

🔑 apikey 15 endpoints backend
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (6 total)

pip install pinecone-demo
npm install fastapi-pinecone-async-example
npm install pinecone-vercel-starter
go get github.com/henomis/pinecone-go
pinecone-dotnet-client ✓ Official
dotnet add package pinecone-dotnet-client
dotnet add package pinecone
curl examples
List indexes
curl \
  -H "Api-Key: $API_KEY" \
  https://controller.us-east1-gcp.pinecone.io/indexes
List collections
curl \
  -H "Api-Key: $API_KEY" \
  https://controller.us-east1-gcp.pinecone.io/collections
Describe index
curl \
  -H "Api-Key: $API_KEY" \
  https://controller.us-east1-gcp.pinecone.io/indexes/{indexName}
Endpoints (15 total)
GET
/indexes
List indexes
GET
/collections
List collections
GET
/indexes/{indexName}
Describe index
GET
/collections/{collectionName}
Describe collection
POST
/query
Query
POST
/indexes
Create index
POST
/collections
Create collection
POST
/vectors/fetch
Fetch
POST
/vectors/delete
Delete
POST
/vectors/update
Fetch
POST
/vectors/upsert
Upsert
POST
/describe_index_stats
Describe Index Stats
Related APIs in same category
googleapis.comclimatekuul.com
At a glance
Total SDKs6
Languages4
Endpoints15
Authapikey
Categories1
https://controller.us-east1-gcp.pinecone.io