ecommerce-product-description-generator-api
Installation
SKILL.md
Product Description Generator Api
Core Concepts
Generate text and analyze text, image, or video inputs with supported language models. The API is asynchronous: create a task first, then query it by taskId until it succeeds or fails.
Core workflow
- Identify the marketplace, entity identifiers, date range, filters, and requested output.
- Ask only for missing inputs that materially change the result.
- Submit the generation payload to
POST /api/v1/tools/research/aigc/textGenAsyncand retain the returnedtaskId. - Query
POST /api/v1/tools/research/aigc/textTaskQuerywith thattaskIduntil the status isSUCCESSorFAILED. - Validate returned fields and preserve the distinction between source facts, calculations, and recommendations.
- Save large results through the runtime and present a concise user-facing summary with the artifact path.