AI-Powered Image Generation API
Generate beautiful OG images for your content in seconds
Generate images in seconds with our optimized AI pipeline
One endpoint, one prompt. That's all you need to get started
AI-generated images optimized for social media and web
Enterprise-grade security with 99.9% uptime SLA
Start free, scale as you grow. No hidden fees
Comprehensive documentation and SDK for easy integration
// 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