Design API for AI Agents

One Prompt. Any Visual.

Social graphics, infographics, certificates, product cards — generate any visual content programmatically. Built for AI agents and automation workflows.

See what RendrKit creates

Real outputs generated via the API. Social graphics, infographics, certificates, and more.

Try it live

Type a prompt and see what RendrKit generates in seconds. No signup required.

Tip: Be specific! "Italian restaurant grand opening, March 15, Portland" works better than "restaurant poster". For best results, use the API with direct render — your AI agent picks the perfect template and fills every detail.

Try:
🎨

Hit Generate to create your image

Usually takes 3-5 seconds

What You Can Generate

📱

Social Media Graphics

Instagram posts, Twitter cards, LinkedIn banners — sized and ready to publish.

🛒

E-commerce & Products

Product cards, flash sales, pricing displays — batch-generate from your catalog.

📊

Infographics & Diagrams

Flowcharts, mind maps, org charts, timelines, comparisons, SWOT analysis, kanban boards — 100% deterministic.

🏆

Certificates & Awards

Course completions, event badges, achievement certificates — personalized at scale.

▶️

YouTube Thumbnails

Eye-catching thumbnails with text overlays, photos, and brand colors.

🔗

OG Images & Headers

Dynamic Open Graph images for blogs, docs, and link previews.

📊 Infographics are 100% deterministic

No photo fetching, no AI randomness. Same input = same output, every time.

Three Lines of Code

From API call to production image in under 5 seconds

01

Choose a mode

Prompt mode — describe what you want, AI picks the template. Direct Render — specify templateId + slots, zero AI.

02

Call the API

POST /api/v1/generate with your prompt or template data. Works from any language or agent framework.

03

Get your image

PNG URL returned in under 5 seconds. Store, share, embed anywhere.

Prompt Mode
const response = await fetch(
  'https://api.rendrkit.dev/api/v1/generate',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      prompt: "A morning routine flowchart with 3 steps",
      size: "1080x1080"
    })
  }
);

const { url } = await response.json();
Direct Render
const response = await fetch(
  'https://api.rendrkit.dev/api/v1/generate',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      templateId: "flowchart",
      slots: {
        title: "Morning Routine",
        icon1: "⏰", step1_title: "Wake Up",
        step1_color: "#3B82F6",
        step1_desc: "No phone for 30 min, cold water, 5 min stretching",
        icon2: "🧠", step2_title: "Focus",
        step2_color: "#F59E0B",
        step2_desc: "Top 3 priorities, deep work first, no meetings until 11am",
        icon3: "🚀", step3_title: "Execute",
        step3_color: "#10B981",
        step3_desc: "Start hardest task, 25 min sprints, track progress",
        bg_color: "#0F172A",
        card_bg: "#1E293B",
        title_color: "#F1F5F9",
        text_color: "#CBD5E1"
      },
      size: "1080x1080"
    })
  }
);

const { url } = await response.json();

Built for AI Agents

The only image API designed for autonomous agents. Your agent picks the template, fills the slots, gets the image. No human in the loop.

🔌

MCP Server

Connect to Claude, Cursor, or any MCP-compatible agent. One command setup.

npm install @rendrkit/mcp
🤖

OpenAI GPTs

Add as a GPT Action. Your custom GPT generates images on demand — social posts, infographics, certificates.

Available in GPT Store

🔗

Any LLM

REST API works with LangChain, CrewAI, AutoGPT, or your custom agent. Function calling schema included.

See Agent Guide →

Why RendrKit

🎯

Deterministic Output

Same input = same output. Every time. Direct Render mode gives you pixel-perfect consistency for batch generation. No AI randomness.

Sub-5 Second Rendering

From API call to PNG URL in under 5 seconds. Prompt mode uses AI to pick the best template. Direct Render skips AI entirely.

📐

75+ Professional Templates

Social posts, infographics, certificates, product cards, thumbnails, org charts, mind maps, and more. Every template tested across 5 sizes. New templates added weekly.

Simple Pricing

Start free. Scale as you grow.

Free

$0/month
  • 50 images/month
  • All templates
  • 5 sizes
  • Prompt + Direct Render
  • Community support
Get Started

Starter

$19/month
  • 1,000 images/month
  • Everything in Free
  • Brand kits
  • 30-day image storage
  • Email support
Get Started
Popular

Pro

$49/month
  • 5,000 images/month
  • Everything in Starter
  • 90-day storage
  • Priority support
  • Logo watermark
Get Started

Business

$149/month
  • 20,000 images/month
  • Everything in Pro
  • 365-day storage
  • Custom templates (coming)
  • Dedicated support
Get Started

Need more? Contact us

Start Generating Images

Free tier. No credit card. API key in 30 seconds.

Get Free API Key

50 free images every month. No strings attached.