🎨 Rendra

AI-Powered Image Generation API

Generate beautiful OG images for your content in seconds

Why Rendra?

Lightning Fast

Generate images in seconds with our optimized AI pipeline

🎯

Simple API

One endpoint, one prompt. That's all you need to get started

🎨

High Quality

AI-generated images optimized for social media and web

🔒

Secure & Reliable

Enterprise-grade security with 99.9% uptime SLA

💰

Affordable

Start free, scale as you grow. No hidden fees

📚

Great Docs

Comprehensive documentation and SDK for easy integration

Get Started in Minutes

// Install the SDK
npm install @rendra/client

// Generate your first image
import { createClient } from '@rendra/client';

const rendra = createClient({
  apiKey: 'your-api-key',
});

const image = await rendra.generateAndWait({
  prompt: 'A futuristic cityscape at sunset',
  width: 1200,
  height: 630,
});

console.log(image.image_url);
// → https://cdn.rendra.dev/abc123.png

Simple, Transparent Pricing

Free

$0/mo
  • 100 generations/month
  • Standard speed
  • All templates
  • API access
  • Community support
Get Started

Enterprise

Custom
  • Unlimited generations
  • Dedicated infrastructure
  • SLA guarantee
  • Priority support
  • Custom templates
  • White-label options
Contact Sales