POST
/
index-pipelines
/
{id}
/
collections
/
{collection}
/
indexMultiple
[
  {
    "docs": [
      {
        "id": "<string>",
        "fields": [
          {
            "name": "<string>",
            "value": {},
            "metadata": {},
            "annotations": [
              {
                "type": "<string>",
                "start": 123,
                "end": 123,
                "features": {},
                "label": "<string>",
                "featureCount": 123
              }
            ]
          }
        ],
        "metadata": {},
        "commands": [
          {
            "name": "<string>",
            "params": {}
          }
        ],
        "hints": {}
      }
    ],
    "stats": {}
  }
]

Path Parameters

id
string
required
collection
string
required

Body

application/json · object[]

The body is of type object[].

Response

200 - application/json; qs=1.0

successful operation

The response is of type object[].