🖼️ Vision-SEO · eCommerce

Turn a product photo into ready-to-publish listing copy.

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.

Why use it

🖼️ Image in, copy out

No manual writing, no prompt engineering. One call returns the whole listing.

🛒 Marketplace-aware

Tag counts and tone tuned per platform — 13 tags for Etsy, and so on.

🔑 Seed your keywords

Pass brand or niche terms and they’re woven into titles and tags.

⚡ Fast & structured

Predictable JSON you can drop straight into your app. ~2.6s typical.

♿ Accessibility built in

Every call returns alt-text for the product image.

⚙️ On-prem inference

Runs on our own GPU — private, reliable, and priced low because our cost is low.

Endpoint

POST /v1/product-seo
FieldTypeRequiredDescription
image_urlstringone of url/b64Public URL of the product image.
image_b64stringone of url/b64Base64 image bytes (or a full data: URI).
marketplacestringoptionaletsy · amazon · ebay · shopify · generic (default generic).
keywordsstring[]optionalSeed keywords to weave into the copy.
languagestringoptionalOutput language code (default en).

Example

Request
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"]
  }'
Response
{
  "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"
}

Pricing

PlanPrice / moQuotaOverage
Basic$075 req/mo
Propopular$9.992,500 req/mo$0.004/req
Ultra$29.9912,000 req/mo$0.003/req
Mega$99.0060,000 req/mo$0.002/req
Grab a free key on RapidAPI →