Skip to main content
POST
Create chunk tag filter extractor

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Body

application/json

Restricts a downstream pipeline branch to chunks carrying specific tags.

name
string
Example:

"Pricing & SLA chunks"

brief
string
Example:

"Keep only chunks tagged with pricing or SLA topics."

filter
object
Example:
import_mode
boolean
default:false
write-only

Response

Created

Restricts a downstream pipeline branch to chunks carrying specific tags.

id
string<uuid>
read-only
name
string
Example:

"Pricing & SLA chunks"

brief
string
Example:

"Keep only chunks tagged with pricing or SLA topics."

filter
object
Example:
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only
versions
object[]
read-only
default_version
object | null

Immutable snapshot of a ChunkTagFilterExtractor's version-bearing configuration.

latest_version
object | null

Immutable snapshot of a ChunkTagFilterExtractor's version-bearing configuration.