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.
https://api.vectara.io
Auth type
API Key Header
Auth header
x-api-key: YOUR_API_KEY
Rate limit
100 req/min (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://support.vectara.com/
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.94s
(checked Mar 29, 2026)
Builder score
D
45%
builder-friendly
API key in the request header (x-api-key)
x-api-key: YOUR_API_KEY
Free: 50 MB storage, 200 MB queries/month. Pro $299/mo, Enterprise custom.
| Method | Path | Description |
|---|---|---|
| POST | /v1/create-corpus |
Create Corpus |
| POST | /v1/delete-corpus |
Delete Corpus |
| POST | /v1/delete-doc |
Delete |
| POST | /v1/index |
Index |
| POST | /v1/list-corpora |
List Corpora |
| POST | /v1/query |
Query |
| POST | /v1/reset-corpus |
Reset Corpus |
| POST | /v1/stream-query |
Stream Query |
curl -X GET 'https://api.vectara.io/v1/create-corpus' \ -H 'x-api-key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Vectara REST documentation.