Skip to main content
POST
Index a document using parser, pipeline, and collection IDs

Path Parameters

parserId
string
required

The ID of the parser to use when processing the document.

pipelineId
string
required

The ID of the index pipeline to which the document should be sent.

collectionId
string
required

The ID of the target collection where the document will be indexed.

Query Parameters

request
file
required

Binary payload to be indexed by the specified parser, pipeline, and collection.

Response

204

No Content