Setting up AI specs
Before generating content, configure your brand’s AI specifications. This ensures all AI output matches your brand voice.
Navigate to Brands > [Your Brand] > AI Specs in the dashboard, or use the API:
Generating content
New product descriptions
Enhancing existing content
Interactive chat (Canvas)
The Canvas AI chat provides a conversational interface for content operations:
Generating high-confidence FAQs
The dedicated faq action (Phase 185) produces 5–10 product-specific Q&As with category labels and a confidence score per question. The API post-filters to keep only confidence >= 0.7 items; the prompt explicitly forbids questions about color/size/availability/price (those are structured fields).
The model parameter accepts "economic", "balanced", or "high" and maps to the LiteLLM tier alias (canvas-faq-eco / canvas-faq-bal / canvas-faq-hi). Higher tiers use stronger models — useful when the response returns 400 with fewer than 5 high-confidence FAQs.
Response shape:
Categories: uso, cuidado, tamanho, envio, trocas, material, estilo, outro. The route returns 400 if fewer than 5 high-confidence FAQs survive the filter — set "model": "high" in the request body or include more product detail in productContext.
AI credit usage
AI operations consume credits based on your workspace plan. Monitor usage via the billing dashboard or API.
AI credits reset monthly. If you exceed your plan’s limit, AI operations will be rate-limited until the next billing cycle.