Skip to Content
API ReferenceGenerate Script

Generate Script

Generate a marketing script or content based on product details and marketing preferences.

POST /v1/script/generate

Request Body

ParameterTypeRequiredDescription
imagestringNoURL or Base64 of the product image.
product_namestringYesThe name of the product.
pricestringYesThe price of the product.
descriptionstringYesA description of the product.
dialectstringYesThe dialect to use: Algerian Dialect 1 or French and Algerian Dialect 2.
word_countnumberYesThe desired number of words for the script.
marketing_anglestringYesThe 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