Deduplication
Create Ai Ready Slice
Create an AI-ready data slice by tagging duplicate files as redundant.
- Ensures the ‘Data Quality Status’ tag exists
- Tags non-representative duplicate files as ‘redundant’, but only when
the caller chose to exclude ‘redundant’ (see
exclude_statuses) — tagging is a persistent side effect and must follow the caller’s selection rather than running unconditionally - Creates a data slice with condition excluding the caller’s chosen
Data Quality Status values (see
exclude_statuses)
POST
Python
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
Python
