Search & Match - Indexing
Index a new document
Create an indexed document for the search tool
post/v2/index/{name}/documents
Path parameters
namestring required
Unique index name
Example:my-index
Index name
Request body
Example request
{
"document": "EhglqBoT"
}Response
Returns the created indexed document
Example response
{
"document": "EhglqBoT"
}