Add new text document to a Vector Store
Last updated
Last updated
vector-store-id
string
Required. The ID of the vector store to add the document to.
name
string
Required. The name of the document.
text
string
Required. The text content of the document.
This endpoint requires authentication using an API key in the x-api-key
header.
400
Bad Request - Missing required fields or invalid format
401
Unauthorized - Invalid or missing API key
404
Not Found - Vector Store not found
500
Internal Server Error
This endpoint allows you to add text content directly to your vector store. It's particularly useful for storing information that might not exist in file format, such as product descriptions, knowledge base articles, or custom content. The text will be automatically processed into vector embeddings, making it searchable using semantic similarity.
Create a new text document in a vector store.
The ID of the vector store.
The API key for authentication.
The name of the document.
The text content of the document.