API docs
Generate ads programmatically with the Rendera API.
Coming soon
The Rendera API is in development. This page is a preview of what's coming—endpoints and payloads below are illustrative and will change before launch.
The Rendera API will let you generate ads programmatically and wire Rendera into your own pipelines—so you can create at scale without touching the studio. It'll be available on Business and Corporate plans.
What you'll be able to do
- Generate video, image, and logo-sting ads from a product URL
- Poll generation status and fetch finished assets
- Create and manage brands and Brand DNA
- Receive webhooks when a generation completes
A taste of the API
Generating an ad will be a single request—point it at a product URL and pick a format.
curl https://api.rendera.io/v1/ads \
-H "Authorization: Bearer $RENDERA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"brand": "brand_123",
"url": "https://yourbrand.com/products/aero-glide",
"type": "video",
"format": "9:16"
}'Preview only—endpoints, fields, and auth are subject to change.
Want early access to the API?
Join the beta and let us know you're building on Rendera—API access rolls out to beta teams first.
