Document Q&A API
Insert Document
This endpoint inserts a document into an index.
POST
/
insert
Form Data
This is the document you want to insert into your index. Currently supported file types are md, pdf, and txt.
This is the name of the document you wish to insert.
This is your account ID.
This is the name of the index you wish to insert the document into. This parameter is optional - if left blank will use auto indexing.
Headers
This is your API token associated with your account.
Response
Indicates whether the insert document call was successful.