n8n community node for Shotium - screenshots and OG images from any URL
1
stars
10
commits
TypeScript
primary language
Sep 4, 2026
updated
This is an n8n community node. It lets you use Shotium in your n8n workflows.
Shotium is a screenshot and OG image rendering API: turn any URL into a PNG/JPEG/WebP screenshot, or generate 1200×630 Open Graph images from typed templates — rendered by a real browser.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Follow the installation guide in the n8n community nodes documentation.
Package name: n8n-nodes-shotium
The two render operations output the image as binary data (default field: data), ready to pipe into any downstream node — upload to S3, attach to email, send via Telegram, write to disk, and so on. Generate Signed URL outputs JSON with a url field.
sk_live_…), your signing secret and your UID are shown once, together.Credential validation calls GET /v1/me and costs no render credits. A render is billed only when an image is successfully returned; failed renders are never billed.
Requires n8n version 1.0 or above. Built and tested against the current n8n release.
Typical patterns:
Rate limit is 60 requests/minute per API key. When quota and credits run out the API returns 429 quota_exceeded — nothing auto-charges.
For build-time embedding without n8n, see the Shotium docs.
node identifier, removed unsupported Developer Tools category.GET /v1/me endpoint (declarative credential test).10 commits
TypeScript
94.6%
JavaScript
5.4%
n8n community node for Shotium - screenshots and OG images from any URL
1
stars
10
commits
TypeScript
primary language
Sep 4, 2026
updated
This is an n8n community node. It lets you use Shotium in your n8n workflows.
Shotium is a screenshot and OG image rendering API: turn any URL into a PNG/JPEG/WebP screenshot, or generate 1200×630 Open Graph images from typed templates — rendered by a real browser.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Follow the installation guide in the n8n community nodes documentation.
Package name: n8n-nodes-shotium
The two render operations output the image as binary data (default field: data), ready to pipe into any downstream node — upload to S3, attach to email, send via Telegram, write to disk, and so on. Generate Signed URL outputs JSON with a url field.
sk_live_…), your signing secret and your UID are shown once, together.Credential validation calls GET /v1/me and costs no render credits. A render is billed only when an image is successfully returned; failed renders are never billed.
Requires n8n version 1.0 or above. Built and tested against the current n8n release.
Typical patterns:
Rate limit is 60 requests/minute per API key. When quota and credits run out the API returns 429 quota_exceeded — nothing auto-charges.
For build-time embedding without n8n, see the Shotium docs.
node identifier, removed unsupported Developer Tools category.GET /v1/me endpoint (declarative credential test).10 commits
TypeScript
94.6%
JavaScript
5.4%