- Accepts up to 1-3 product image URLs
- Additional parameters can be sent if needed
- Supports any language
- Simple POST request with JSON input
There are several parameters that can be sent to customize the output product description. Here is a list:
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'
}
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: