Product card
The everyday post. Photo, title, price, optional sale badge.
badge? · subtitle?
Image generation API for online stores
One HTTP call turns a product title, price, and photo into a ready-to-post PNG. Built for store owners, not for designers — no editor, no canvas, no waiting.
50 images a month, free, permanently
Request
Response · 1080 × 1080 PNG
The image below is rendered live by the API right now — change the text yourself.
900ml · Gooseneck
Specimens
Every template declares its own fields. Ask the API what it accepts and it answers.
The everyday post. Photo, title, price, optional sale badge.
Open Graph images for collection and blog pages.
Restock announcements with a call to action.
Turn a five-star review into something postable.
Quickstart
# PNG straight to disk curl -X POST https://api.trenoxahq.com/generate \ -H "X-API-Key: $CROPMARK_KEY" \ -H "Content-Type: application/json" \ -d '{"template":"product-card","data":{ "title":"Copper Pour-Over Kettle", "price":"$68.00", "badge":"SALE", "image_url":"https://example.com/kettle.jpg"}}' \ --output kettle.png # Ask what a template needs curl https://api.trenoxahq.com/templates -H "X-API-Key: $CROPMARK_KEY"
PNG by default, JPEG when payload size matters, base64 with ?response=base64.
Identical requests are cached and return without re-rendering.
Pricing
The free tier does not expire. It is not a trial.
| Tier | Monthly | Images / month | Notes |
|---|---|---|---|
| Free | $0 | 50 | All templates. No card. |
| Basic | $15 | 2,000 | For a single store. |
| Pro | $49 | 15,000 | For catalogue-wide runs. |
| Ultra | $199 | 100,000 | Priority rendering. |
Also available on RapidAPI if you would rather keep it on one bill.
Access
Keys are going out in batches while the first templates settle. Leave an email and yours arrives with the next one.
Prefer to start right now? Subscribe on RapidAPI — the free tier needs no card.