Send an image, get back a keyword-rich title, a persuasive description, five benefit bullets, marketplace-tuned search tags, and accessibility alt-text — as clean JSON, in under 3 seconds. Built for Etsy, Amazon, eBay & Shopify sellers and listing tools.
No manual writing, no prompt engineering. One call returns the whole listing.
Tag counts and tone tuned per platform — 13 tags for Etsy, and so on.
Pass brand or niche terms and they’re woven into titles and tags.
Predictable JSON you can drop straight into your app. ~2.6s typical.
Every call returns alt-text for the product image.
Runs on our own GPU — private, reliable, and priced low because our cost is low.
| Field | Type | Required | Description |
|---|---|---|---|
| image_url | string | one of url/b64 | Public URL of the product image. |
| image_b64 | string | one of url/b64 | Base64 image bytes (or a full data: URI). |
| marketplace | string | optional | etsy · amazon · ebay · shopify · generic (default generic). |
| keywords | string[] | optional | Seed keywords to weave into the copy. |
| language | string | optional | Output language code (default en). |
curl -X POST \
"https://vision-seo-product-image-to-listing-copy.p.rapidapi.com/v1/product-seo" \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: vision-seo-product-image-to-listing-copy.p.rapidapi.com" \
-d '{
"image_url": "https://example.com/mug.jpg",
"marketplace": "etsy",
"keywords": ["handmade", "gift"]
}'
{
"title": "Handmade Coffee Lover Gift, Brown
Ceramic Mug with Unique Design",
"description": "Perfect for the coffee lover
in your life, this handmade ceramic mug...",
"bullet_points": [
"Handmade with care for a unique touch",
"Ideal gift for coffee lovers",
"Durable ceramic for everyday use",
"Sleek brown design adds warmth",
"Thoughtful gift for friends & family"
],
"tags": ["handmade", "gift", "coffee lover",
"ceramic mug", "brown mug", "gift idea", ...],
"alt_text": "brown ceramic mug with a unique
design, ideal for coffee lovers"
}
| Plan | Price / mo | Quota | Overage |
|---|---|---|---|
| Basic | $0 | 75 req/mo | — |
| Propopular | $9.99 | 2,500 req/mo | $0.004/req |
| Ultra | $29.99 | 12,000 req/mo | $0.003/req |
| Mega | $99.00 | 60,000 req/mo | $0.002/req |