This feature is in public preview.
API key header
Include your API key in theApi-Key header on every request:
curl
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 New: Standard and Enterprise orgs get a one-time $250 bulk import credit (1 TB), through July 31, 2026. See details
Authenticate to the Pinecone Marketplace API.
Api-Key header on every request:
curl https://api.pinecone.io/marketplace/deployments \
-H "Api-Key: $PINECONE_API_KEY" \
-H "Content-Type: application/json"
Was this page helpful?