Wholesale image generation API
Millions of images.
One API.
For aggregators, bots and AI products.
Terms tailored to your model and volume.
From a product listing
to an ad campaign.
Image generation for your product’s different needs.



Created with Rendergrid · Nano Banana Pro
Integration
One integration.
A choice of models.
Send a model and a prompt.
Rendergrid accepts the task. Get the result
through a webhook or a status request.
- Unified API
- A shared request format across models
- Prepaid wallet
- Pay per image
- Refund on failure
- Automatic charge reversal
API="https://api.rendergrid.io/api/public/v1"
curl "$API/images/generate" \
-H "Authorization: Bearer $RENDERGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-2",
"prompt": "A studio photo of a ceramic cup",
"resolution": "2K"
}'Get the result via a webhook
or request the generation status.
Your personal quote
Your volume.
Your terms.
Choose models and volumes, then leave your contact.
Let’s discuss terms and API access.
Before your first request
How does payment work?
Top up your prepaid wallet. Generation is charged when your request is accepted. Your rate depends on the model, resolution and account terms.
What if generation fails?
If generation fails, the charge is fully refunded. Check the task status through the API or receive it via a webhook.
Where can I find integration examples?
The Rendergrid documentation includes curl, Python and JavaScript examples for sending requests, receiving results and handling errors.