Vectara
Connector for the vectara API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.vectara.io - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
createcorpus— POST /v1/create-corpus — Create Corpusdeletecorpus— POST /v1/delete-corpus — Delete Corpusdelete— POST /v1/delete-doc — Deleteindex— POST /v1/index — Indexlistcorpora— POST /v1/list-corpora — List Corporaquery— POST /v1/query — Query
Inputs
apiKey— your vectara API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: createcorpus
apiKey: <your key>