Product Description Generator API


The Descriptionlab API allows you to programmatically generate product descriptions using images.

What it does

  • Accepts up to 1-3 product image URLs
  • Additional parameters can be sent if needed
  • Supports any language
  • Simple POST request with JSON input

What can be customized

There are several parameters that can be sent to customize the output product description. Here is a list:

  • Length: you can choose Shorter, Longer or Specifications only parameter.
  • Language: basicaly any language can be used.
  • Tone: there are several tones available such as Casual, Formal, Luxurious and Persuasive.
  • Style: following styles can be selected - Classic, Feature-focused, Benefit-focused and Storytelling.
  • Optimize for keywords: the product description can be optimized for specific keywords e.g. 'Beautifull spice jars'.
  • Additional details: any other product details can be included such as brand or dimensions.

 


Example

Here is an example how the JSON body of the API request can look like:

{
  'img_url1': 'https://example.com/image1.jpg',
  'img_url2': 'https://example.com/image2.jpg',
  'img_url3': 'https://example.com/image3.jpg',
  'length': 'Longer',
  'language': 'English',
  'tone': 'Neutral',
  'style': 'Feature',
  'keywords': 'lightweight, durable',
  'additional features': 'Dimensions: 20x60x50 cm'
}

What does it cost a how to get started

The pricing is the same for API calls and for application on our website. Details can be found here: Pricing

To get started follow these simple steps:

  1. Sign up to Descriptionlab.
  2. Navigate to API on the left menu.
  3. Generate your API key.
  4. Start sending API requests.