Appearance
Plugin Generate Description Async
POST
/api/v1/plugin/generate-description-async
Start async product description generation. Returns generation_id for polling.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "source": "string", "product_title": "string", "product_category": "string", "product_attributes": { "additionalProperties": "string" }, "product_images": [ "string" ], "current_description": "string", "language": "en", "tone": "professional", "custom_instructions": "string"
{
}
Responses
Successful Response
application/json
JSON "generation_id": "string"
{
}