Documents
Add a document
This endpoint adds a new document to an existing collection.
POST
/
collections
/
{collection_name}
/
documents
Headers
x-api-key
string
Your Memora API Key. You can generate one through Memora dashboard.
Path Parameters
collection_name
string
requiredBody
application/json
content
string
requiredThis is the content that Memora will use when you search for this document.
metadata
object
This is the metadata you the document. Can be any sort of object.
Was this page helpful?