vectara.io

Vectara is a neural search platform, built for developers to get the most out of their data. You can sign up for an account at https://vectara.com.

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

SDKs by language (6 total)

python-sdk ✓ Official
pip install python-sdk
pip install vectara-skunk-client
typescript-sdk ✓ Official
npm install typescript-sdk
# Maven: see https://github.com/david-vectara/simple-java-example
dotnet add package Vectara
composer require vectara-sdk
curl examples
Index
curl \
  -H "x-api-key: $API_KEY" \
  https://api.vectara.io/v1/index
Query
curl \
  -H "x-api-key: $API_KEY" \
  https://api.vectara.io/v1/query
Endpoints (9 total)
POST
/v1/index
Index
POST
/v1/query
Query
POST
/v1/upload
File Upload
POST
/v1/delete-doc
Delete
POST
/v1/list-corpora
List Corpora
POST
/v1/reset-corpus
Reset Corpus
POST
/v1/stream-query
Stream Query
POST
/v1/create-corpus
Create Corpus
POST
/v1/delete-corpus
Delete Corpus
At a glance
Total SDKs6
Languages5
Endpoints9
Authapikey
https://api.vectara.io