Generate Script
Generate a marketing script or content based on product details and marketing preferences.
POST /v1/script/generate
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | No | URL or Base64 of the product image. |
product_name | string | Yes | The name of the product. |
price | string | Yes | The price of the product. |
description | string | Yes | A description of the product. |
dialect | string | Yes | The dialect to use: Algerian Dialect 1 or French and Algerian Dialect 2. |
word_count | number | Yes | The desired number of words for the script. |
marketing_angle | string | Yes | The marketing angle or strategy to use. |
Response Example
{
"script": "Here is the generated marketing script for your product...",
"dialect": "Algerian Dialect 1"
}Last updated on