RendShot

Integrations Overview

Connect RendShot to Zapier, n8n, Make, Windmill, Dify, Coze, GitHub Actions, and any HTTP-capable platform.

RendShot is a standard REST API. Any platform that can send an HTTP POST request can generate images.

Automation Platforms

PlatformHow it connectsGuide
n8nHTTP Request nodeReplace Puppeteer node with a single HTTP call
ZapierWebhooks by Zapier actionTrigger image generation from any Zapier event
MakeHTTP moduleBuild visual workflows with image generation steps
WindmillPython SDK or TypeScript fetchScripts and flows with auto-dependency management

AI Agent Platforms

PlatformHow it connectsGuide
MCP Server@rendshot/mcp packageUse RendShot tools in Claude, Cursor, VS Code
DifyHTTP Request nodeAdd image generation to AI workflows and chatflows
CozeWorkflow HTTP node or custom pluginBuild AI bots with image generation capabilities

CI/CD

PlatformHow it connectsGuide
GitHub Actionscurl in workflow YAMLAuto-generate OG images on every deploy

Any HTTP Client

RendShot is a REST API. If your tool can make HTTP requests, it can generate images:

POST https://api.rendshot.ai/v1/image
Authorization: Bearer rs_live_...
Content-Type: application/json

{"html": "<div>Hello</div>", "width": 1200}

See the API Reference for all endpoints and parameters.

On this page