Create tag
create_tagCreate a new tag in Paperless-ngx to organize documents. Check existing tags first to avoid duplicates that are hard to merge later.
Instructions
Create a new tag. Check list_tags first: near-duplicate entries are hard to merge later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. Must be unique. | |
| color | No | Hex colour such as '#a6cee3'. | |
| match | No | Text this object matches against, interpreted per matching_algorithm. | |
| owner | No | Owning user ID, or null for unowned. | |
| parent | No | Parent tag ID for nested tags (Paperless-ngx 3.x). Null for a top-level tag. | |
| is_inbox_tag | No | Inbox tags are applied to newly consumed documents and mark them as untriaged. | |
| is_insensitive | No | Case-insensitive matching. Defaults to true. | |
| set_permissions | No | Object-level permissions. Overwrites existing permissions entirely unless the endpoint supports merging. | |
| matching_algorithm | No | Matching algorithm: 0=none, 1=any word, 2=all words, 3=exact, 4=regex, 5=fuzzy, 6=auto. Use 6 (auto) unless the user asked for a specific rule. |