Skip to main content
Back to API List

Get Chunks By Condition

This API returns the complete list of chunks that satisfy the given condition in the request body.

Query Parameters

Request Parameters

Example filter:

Sample Response


Update Chunks

This API updates a given chunk. Only parameters included in the request body are updated; omitted parameters retain their existing values.

Query Parameters

Request Parameters

Pass the full chunk info in the request body. Field names must match the example below.

Sample Request

Sample Response


Delete Chunks by ID

This API enables targeted deletion of indexed content without a full re-index. Provide a list of chunk IDs to identify and delete the corresponding chunks from the Search Index. Useful for incremental cleanup, partial refresh scenarios, and lifecycle management of structured uploads.

Path Parameters

Request Body Parameters

Sample Request

Example: Delete by chunkId

Response

Response Fields

Sample Response

Error Messages