
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@notainc/n8n-nodes-gyazo
Advanced tools
This is an n8n community node that integrates Gyazo with your n8n workflows, so you can run Gyazo operations, manage images, and automate image sharing tasks.
Gyazo serves an API platform for developers to capture, share, and manage screenshots and images, while n8n is a fair-code licensed tool for AI workflow automation that allows you to connect various services.
For self-hosted n8n instances, you can install this community node by following these steps:
@notainc/n8n-nodes-gyazo in the npm Package Name fieldAfter installation restart n8n to register the community node.
For n8n cloud users:
@notainc/n8n-nodes-gyazo in the npm Package Name fieldn8n cloud will automatically restart and register the community node.
To install this node for development:
Clone this repository:
git clone https://github.com/nota/n8n-nodes-gyazo.git
cd n8n-nodes-gyazo
Install dependencies:
npm install
Build the node:
npm run build
Link the node locally:
npm link
Install the node into your local n8n instance:
# In your n8n custom nodes directory (usually ~/.n8n/custom/)
npm link @notainc/n8n-nodes-gyazo
Start n8n:
n8n start
The Gyazo node supports the Image resource.
Get a list of user's saved images with pagination support.
Parameters:
Example output:
[
{
"image_id": "abc123def456789012345678901234ef",
"permalink_url": "https://gyazo.com/abc123def456789012345678901234ef",
"thumb_url": "https://thumb.gyazo.com/thumb/200/_abc123def456789012345678901234ef.png",
"url": "https://i.gyazo.com/abc123def456789012345678901234ef.png",
"type": "png",
"created_at": "2024-01-15T10:30:00+0000"
}
]
Retrieve a specific image by ID or URL.
Parameters:
abc123def456789012345678901234ef)https://gyazo.com/abc123def456789012345678901234ef)Example output:
{
"image_id": "abc123def456789012345678901234ef",
"type": "png",
"created_at": "2024-01-15T10:30:00+0000",
"permalink_url": "https://gyazo.com/abc123def456789012345678901234ef",
"thumb_url": "https://thumb.gyazo.com/thumb/200/_abc123def456789012345678901234ef.png",
"url": "https://i.gyazo.com/abc123def456789012345678901234ef.png",
"metadata": {
"app": "n8n",
"title": "Screenshot",
"desc": "Automated screenshot"
}
}
Search for images using a query string with pagination support (Pro users only).
Parameters:
Example usage:
"workflow diagram"Upload an image to Gyazo.
Parameters:
data)n8n)Example output:
{
"type": "png",
"thumb_url": "https://thumb.gyazo.com/thumb/200/_def456abc123789012345678901234ef.png",
"created_at": "2024-01-15T11:00:00+0000",
"image_id": "def456abc123789012345678901234ef",
"permalink_url": "https://gyazo.com/def456abc123789012345678901234ef",
"url": "https://i.gyazo.com/def456abc123789012345678901234ef.png"
}
Update an existing image's description and alt text.
Parameters:
abc123def456789012345678901234ef)https://gyazo.com/abc123def456789012345678901234ef)Example output:
{
"image_id": "abc123def456789012345678901234ef",
"type": "png",
"created_at": "2024-01-15T10:30:00+0000",
"permalink_url": "https://gyazo.com/abc123def456789012345678901234ef",
"thumb_url": "https://thumb.gyazo.com/thumb/200/_abc123def456789012345678901234ef.png",
"url": "https://i.gyazo.com/abc123def456789012345678901234ef.png",
"metadata": {
"app": "n8n",
"title": "Screenshot",
"desc": "Updated description",
"alt_text": "Updated alt text"
}
}
To use this node, you need to configure Gyazo API credentials:
The node will automatically use Bearer token authentication for all API requests.
This node is compatible with:
This package follows semantic versioning. Current version: 0.3.3
To publish a new version:
package.jsonnpm run build to compile the TypeScriptnpm run lint to ensure code qualitynpm publish to publish to npm registryProblem: "Unauthorized" or "Invalid access token" errors
Solution:
Problem: "Invalid Image ID format" or "Invalid Gyazo URL format" errors
Solution:
https://gyazo.com/{image_id}Problem: Image upload fails or returns errors
Solution:
Problem: "Too Many Requests" errors
Solution:
Problem: Gyazo node doesn't appear in n8n after installation
Solution:
For additional support, please check the GitHub repository or refer to the Gyazo API documentation.
FAQs
n8n community nodes for Gyazo integration
We found that @notainc/n8n-nodes-gyazo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.