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

documentstring

Example request

{
  "document": "EhglqBoT"
}

Response

Returns the created indexed document

documentstring

Unique identifier for the document.

Example response

{
  "document": "EhglqBoT"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.