Vectara REST API Skill
vectara-io
vectara-io
| Method | Path | Description |
|---|---|---|
POST | /v1/compute-account-size | |
POST | /v1/compute-corpus-size | Computes the amount of quota consumed across the entire Vectara account. |
POST | /v1/create-api-key | Computes the amount of quota consumed by a corpus. This capability is useful for administrators to track and monitor the amount |
POST | /v1/create-corpus | Creates an API key that you bind with a specific corpus or multiple corpora. You can create an API key that only gives access to query data (read-only) or an API key that gives ac... |
POST | /v1/delete-api-key | Creates a corpus, which is a container to store data in. |
POST | /v1/delete-conversations | Deletes API keys to help you manage the security and lifecycle of API keys in your application. |
POST | /v1/delete-corpus | Delete conversations from the chat history corpus. This is useful for data management to help ensure that you maintain data hygiene and support compliance with data retention poli... |
POST | /v1/delete-doc | Deletes a corpus and all of the data contained inside of the corpus. |
POST | /v1/delete-turns | Delete documents from a corpus. |
POST | /v1/disable-turns | Deletes specific turns from a conversation within the chat history corpus. This enables developers to remove inaccurate or inappropriate responses from the conversation history. |
POST | /v1/enable-api-key | Disables specific turns from a conversation within the chat history corpus. This is useful for excluding specific turns from a conversation. |
POST | /v1/get-usage-metrics | Enables or disables a specific API key. |
POST | /v1/index | Displays usage information about indexing and query operations in a corpus. This helps administrators in analyzing and managing resource consumption more efficiently for specific... |
POST | /v1/list-api-keys | This is the "standard" Indexing API for indexing semi-structured, text-heavy "documents." Indexing data into Vectara is typically very fast: within a few seconds. |
POST | /v1/list-conversations | Lists the API keys and the associated corpora names and IDs. |
POST | /v1/list-corpora | List all the conversations in a specific corpus. This data enables developers to monitor chatbot interactions and understand how users engage with the data. Pagination lets develo... |
POST | /v1/list-documents | Lists all corpora accessible to the OAuth client. |
POST | /v1/list-jobs | Lists information about each document ingested into the corpus including the Document ID and metadata. This is useful for managing the lifecycle of documents and a quick way to ch... |
POST | /v1/list-users | List the jobs associated with this account. Jobs are background processes like [replacing the filterable metadata attributes](https://docs.vectara.com/docs/rest-api/replace-corpus... |
POST | /v1/manage-user | Lists the users in your account along with their corpus access and customer-level authorizations. |
POST | /v1/query | Lets you manage users in your account by adding, deleting, enabling, or disabling users. You can also reset their passwords and edit user roles. This endpoint can help you streaml... |
POST | /v1/read-conversations | Search for relevant results, highlight relevant snippets, and do |
POST | /v1/read-corpus | Retrieves detailed information about specific conversations. This information enables developers to analyze the flow of user chats and understand the context of interactions, whic... |
POST | /v1/replace-corpus-filter-attrs | Displays detailed information about corpora within your account including basic information, metadata, and whether it is enabled or disabled. |
POST | /v1/reset-corpus | Updates the filterable metadata fields for the corpus. |
POST | /v1/stream-query | Resets a corpus by removing all of the documents inside of it. |
POST | /v1/update-corpus-enablement | Stream responses as you search for relevant results, highlight relevant snippets, and do |
POST | /v1/core/index | Lets you enable or disable a corpus. This is useful when you need to take the corpus offline without having to delete the corpus. |
POST | /v1/upload | This API is intended to be used by experts. It gives you fine-grained control over chunking |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install vectara-io
Downloads and installs to ~/.claude/skills/vectara-io/
1.0.0 (2026-02-13)