Integrations

Integrations

Connected

Connect TemplateGrid with your favorite tools and workflows

Editor Asset Library (BYOK)

Enable high-quality photo search directly within the template editor by adding your Unsplash Access Key. The key is stored locally in your browser and is never sent to our servers.

DON'T HAVE ONE? GET A FREE KEY FROM UNSPLASH

Ready to Connect

Zapier

Trigger renders from 6000+ apps

View documentation

Make.com

Connect the Render API to your workflows

View documentation

Webhooks

Receive render completions in real-time

View documentation

Canva

Send assets directly to Canva libraries

View documentation

Full-Access REST API

The engine behind your automation. Generate images with high performance directly from your codebase with our simple but powerful API.

shell
curl -X POST https://api.templategrid.com/v1/render \
  -H "Auth: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template": "hero-01", "format": "png"}'