Wholesale image-generation API

AI image generation, priced wholesale

Rendergrid is a wholesale image-generation API for developers, aggregators, and bots. One integration, prepaid wallet, per-image pricing — built to run at scale.

request.sh
curl -X POST https://api.rendergrid.io/api/public/v1/images/generate \
  -H "Authorization: Bearer $RENDERGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-2",
    "prompt": "a studio product shot of a ceramic mug on a marble surface",
    "aspect_ratio": "1:1",
    "webhook_url": "https://yourapp.com/webhooks/rendergrid"
  }'

# 202 Accepted — poll for the result:
curl https://api.rendergrid.io/api/public/v1/creations/{id} \
  -H "Authorization: Bearer $RENDERGRID_API_KEY"

How it works

01

Get an API key

Request access, top up a prepaid wallet, and receive a key scoped to your account. No monthly minimums.

02

POST /api/public/v1/images/generate

Send a model, a prompt, and optional parameters. The request is accepted immediately with a creation id.

03

Poll or get a webhook

Poll GET /api/public/v1/creations/{id} for status, or pass a webhook_url and we call you back the moment it's done.

Models

Two models today, more coming online as we expand the grid.

Nano Banana 2

Fast, low-cost general-purpose image generation. Best for high-volume catalog, thumbnail, and content workloads.

Nano Banana Pro

Higher-fidelity output for hero images, marketing assets, and anything that needs sharper detail and prompt adherence.

Pricing

Prepaid

Top up a wallet, no monthly commitment. Pay only for what you generate.

Per-image

Simple, predictable unit pricing per generated image, by model and resolution.

Volume tiers

Running at scale? Talk to us about wholesale rates for high-volume accounts.

Ready to integrate?

Request access and get an API key. Most integrations take under an hour.