How it activates
E-commerce mode activates automatically when you include any product metadata in your request. There is no separate toggle. API — include any field in theecommerce object:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Generate product-focused alt text using brand, color, material, and other product metadata.
ecommerce object:
{
"imageUrl": "https://example.com/sneaker.jpg",
"ecommerce": {
"product": "sneakers",
"brand": "Nike",
"color": "black",
"material": "leather"
}
}
| Mode | Example output |
|---|---|
| Default | A person wearing joggers in a park, mid-stride. |
| E-commerce | Black Nike joggers in polyester fabric — relaxed fit. |
| Field | Description | Example |
|---|---|---|
product | Product name or type | "office chair" |
brand | Brand name | "Herman Miller" |
color | Dominant color or palette | "ivory white" |
material | Product material | "ceramic" |
Was this page helpful?