Agregar un nuevo documento de texto a un Almacén Vectorial
post
Create a new text document in a vector store.
Path parameters
vector-store-idstringrequired
The ID of the vector store.
Header parameters
x-api-keystringrequired
The API key for authentication.
Body
namestringoptional
The name of the document.
textstringoptional
The text content of the document.
Responses
application/json
cURL
JavaScript
Python
HTTP
201
Last updated