Pinecone API
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.
Base URL:
Auth: unknown
Endpoints: 2
Reachable: unknown
CORS: unknown
https://controller.{environment}.pinecone.ioAuth: unknown
Endpoints: 2
Reachable: unknown
CORS: unknown
Links
Homepage: https://github.com/sigpwned/pinecone-openapi-spec
API Base:
API Base:
https://controller.{environment}.pinecone.ioEndpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/collections | List collections | — | — | — |
GET |
/collections/{collectionName} | Describe collection | — | — | — |
GET |
/databases | List indexes | — | — | — |
GET |
/databases/{indexName} | Describe index | — | — | — |
POST |
/query | Query | — | — | — |
POST |
/vectors/fetch | Fetch | — | — | — |