n8n-nodes-deviantart
v1.0.13
Published
n8n node for DeviantArt API with full functionality
Maintainers
Readme

n8n-nodes-deviantart
n8n-nodes-deviantart is a comprehensive integration node for n8n that helps you automate operations with the DeviantArt API: upload, manage, and publish artwork from Sta.sh to gallery, update metadata, handle tags, control AI settings, watermarks, mature content, groups, subject tags, and more.
Key Features
- Upload artwork to Sta.sh with detailed information: title, description, tags, AI flags, mature content settings, watermarks, etc.
- Publish artwork from Sta.sh to gallery with all DeviantArt API options
- Flexible tag support: enter comma-separated strings or multiple lines
- Control mature content, AI flags, watermarks, groups, subject tags, etc.
- OAuth2 compatible: secure your DeviantArt account
- User management: check watching status, get friends, search friends, watch/unwatch users
- Profile management: update profile information, post status updates, update avatar
- Browse and search: find content across DeviantArt with customizable parameters
- Collections: create, manage, and interact with your collections
Installation
npm install n8n-nodes-deviantartOr add directly to your package.json file:
"dependencies": {
"n8n-nodes-deviantart": "^1.0.12"
}Then run:
npm installUsage
- Add the DeviantArt node to your n8n workflow (after installing this node)
- Set up OAuth2 for your DeviantArt account on n8n (See n8n documentation on OAuth2)
- Choose resource and operation:
Stash(upload, submit artwork)Publish(publish artwork to gallery)User(manage user profiles and relationships)Gallery(interact with galleries)Collections(manage collections)Browse(search and browse content)Delete, etc.
- Fill in the required parameters (title, tags, mature settings, watermark, group, subject tags, etc.)
- Run your workflow!
Tag Configuration Examples
- Enter multiple tags:
tag1, tag2, tag3or one tag per line - Boolean fields (is_mature, is_ai_generated, noai, etc.) accept true/false or yes/no
Supported Parameters (publish/submit)
title,artist_comments,tags,original_url,is_dirty,itemid,stack,stackid,noai,is_ai_generated,is_mature,mature_level,mature_classification,feature,allow_comments,display_resolution,license_options,galleryids,allow_free_download,add_watermark,subject_tags,subject_tag_types,location_tag,groups,group_folders
Featured Artist
Check out amazing AI-generated artwork by An-AI on DeviantArt - a showcase of creative possibilities when combining artistic vision with modern AI tools.
Feedback & Support
- If you encounter any issues or want to contribute additional features, please create an issue or pull request on this repo!
