Set filters
PUT/filters
Store the filters of a project. The filters are based on the detected concepts.
Each filter object specifies a conceptId and settings that control the filter type, sort order, visibility threshold, and position.
For COLLECTION type filters, you can also specify excludedTextValueIds (values to hide) and pinnedTextValueIds (values to pin to specific positions).
Request
Responses
- 200
OK
{
"status": "success",
"message": "Filters added"
}