v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
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"
}