Skip to content

智能营销

步骤一:模型入参获取

1.说明

请求方式:GET

请求地址https://saas.api.yoo-ai.com/copydone/model

2.请求参数

headers

  • Token需要在韦尼克平台创建相关应用获取
名称类型必选说明示例值
AuthorizationstringAuthorization - Bearer TokenBearer Yoo-xxxxxxxxx

3.响应内容

名称类型参数描述
codeint状态码
msgstring返回信息
dataArray每个对象代表一个营销文案模型
data.paramsArray每个对象代表了一个营销文案模型的参数配置,调用入参
data.titlestring模型的标题名称
data.classstring模型的分类
model_idstring模型ID
languagestring营销文案模型的语言,该参数在调用模型的时候可支持修改,详见“语言配置”

data.params

名称类型参数描述
idstring参数的唯一标识符
labelarray参数的标签或选项数组,用于提供参数的预设值或分类
typestring参数的类型,如"input"、"select"、"input_30"、"search"等,表示参数输入的方式
samplearray参数的示例值数组,用于展示参数的示例输入
namestring参数的名称,用于描述参数的作用或含义
chooseboolean(部分参数包含)表示是否需要从预设选项中选择参数值
chooselabelstring(部分参数包含)当需要选择时,参数的标签,用于说明选择的目的或分类
rowsstring(部分参数包含)参数的行数,可能用于多行输入
is_changestring(部分参数包含)参数值是否可以更改
descriptionstring(部分参数包含)参数的详细描述,用于进一步说明参数的用途或要求
search_namestring(部分参数包含)用于搜索的名称,可能用于关联搜索功能
returnstring(部分参数包含)表示参数返回的值或类型的字段
only_searchboolean(部分参数包含)是否仅用于搜索
hot_searchobject(部分参数包含)包含热点搜索信息,如提示词和搜索类型
content_typestring(部分参数包含)文案类型,如"Promotion"、"Brand building"等
target_grouparray(部分参数包含)目标群体,用于指定文案面向的用户群体
tunearray(部分参数包含)文案的语气或调性,如"Friendly"、"Professional"等
keywordsarray(部分参数包含)关键词,用于强调文案的核心卖点或主题
scenearray(部分参数包含)场景分类,用于指定文案适用的场景
stylestring(部分参数包含)文案的风格,如"欢快"、"简明"等
central_ideastring(部分参数包含)营销主题或主体,用于概括文案的核心信息
categorystring(部分参数包含)产品类别或行业分类,用于指定文案的产品或行业背景
brandstring(部分参数包含)品牌名称,用于指定文案的品牌背景
gradearray(部分参数包含)评价等级,如"好评"、"中评"、"差评"等
seasonarray(部分参数包含)季节,用于指定文案适用的季节
industryarray(部分参数包含)行业分类,用于指定文案的行业背景
content_typearray(部分参数包含)内容类型,如"Use scenario"、"User story"等
en_keywordsarray(部分参数包含)英文关键词,用于强调文案的核心卖点或主题

4.响应示例

plain
{
    "code": 200,
    "msg": "success",
    "data": [
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "招商银行"
                    ],
                    "type": "input_30",
                    "sample": [
                        "招商银行"
                    ],
                    "name": "机构品牌"
                },
                {
                    "id": "business",
                    "label": [
                        "金融理财存储业务"
                    ],
                    "type": "input_30",
                    "sample": [
                        "金融理财存储业务"
                    ],
                    "name": "主营业务"
                },
                {
                    "id": "content_type",
                    "label": [
                        "活动推广",
                        "服务介绍",
                        "产品介绍",
                        "品牌宣传"
                    ],
                    "type": "select",
                    "sample": [
                        "产品介绍"
                    ],
                    "name": "文案类型",
                    "choose": true
                },
                {
                    "id": "project",
                    "label": [
                        "大客户专享服务"
                    ],
                    "type": "input_30",
                    "sample": [
                        "大客户专享服务"
                    ],
                    "name": "服务名称",
                    "chooselabel": "服务介绍",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "category",
                    "label": [
                        "朝朝盈"
                    ],
                    "type": "input_30",
                    "sample": [
                        "朝朝盈"
                    ],
                    "name": "产品名称",
                    "chooselabel": "产品介绍",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "activity_name",
                    "label": [
                        "存500万,利息增加1‰"
                    ],
                    "type": "input_30",
                    "sample": [
                        "存500万,利息增加1‰"
                    ],
                    "name": "活动名称",
                    "chooselabel": "活动推广",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "description",
                    "label": [
                        "一次性预存500万定期,利息点增加1‰"
                    ],
                    "type": "input",
                    "sample": [
                        "一次性预存500万定期,利息点增加1‰"
                    ],
                    "name": "详情描述"
                }
            ],
            "title": "金融保险",
            "class": "行业推广",
            "model_id": "FrUWQZ6h",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "西屋"
                    ],
                    "type": "search",
                    "sample": "西屋",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": [
                        "家用按摩椅 全身零重力全自动 多功能电动按摩沙发椅子 3D智能语音"
                    ],
                    "type": "input",
                    "sample": "家用按摩椅 全身零重力全自动 多功能电动按摩沙发椅子 3D智能语音",
                    "name": "产品描述",
                    "search_name": "description"
                },
                {
                    "id": "target_group",
                    "label": [
                        "办公室职员",
                        "运动员",
                        "中老年人",
                        "外贸销售人员",
                        "家庭使用者"
                    ],
                    "type": "select",
                    "sample": [
                        "家庭使用者"
                    ],
                    "name": "目标群体"
                },
                {
                    "id": "keywords",
                    "label": [
                        "舒适性",
                        "健康",
                        "方便性",
                        "多功能性",
                        "长久耐用性"
                    ],
                    "type": "tags",
                    "sample": [
                        "舒适性",
                        "健康",
                        "方便性",
                        "多功能性",
                        "长久耐用性"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "按摩椅",
            "class": "商品文案",
            "model_id": "DFtuX7du",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "美的"
                    ],
                    "type": "search",
                    "sample": "美的",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": [
                        "家用嵌入式自动洗碗机15套 独立式RX600双驱变频 骄阳系列 家电 厨房"
                    ],
                    "type": "input",
                    "sample": "家用嵌入式自动洗碗机15套 独立式RX600双驱变频 骄阳系列 家电 厨房",
                    "name": "产品描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "时尚",
                        "高效",
                        "节能",
                        "安静",
                        "大容量"
                    ],
                    "type": "tags",
                    "sample": [
                        "时尚",
                        "高效",
                        "节能",
                        "安静",
                        "大容量"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "洗碗机",
            "class": "商品文案",
            "model_id": "aAh2Eude",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "柠檬茶",
                    "type": "input_30",
                    "sample": "柠檬茶",
                    "name": "营销主体"
                },
                {
                    "id": "category",
                    "label": [
                        "绿茶",
                        "黑茶",
                        "红茶",
                        "白茶",
                        "黄茶",
                        "乌龙茶",
                        "花果茶",
                        "奶茶",
                        "水果茶",
                        "冰茶"
                    ],
                    "type": "select",
                    "sample": "水果茶",
                    "name": "茶饮类型",
                    "search_name": "category"
                },
                {
                    "id": "keywords",
                    "label": [
                        "清新口感",
                        "健康饮品",
                        "营养丰富",
                        "美味可口",
                        "多样选择"
                    ],
                    "type": "tags",
                    "sample": [
                        "清新口感",
                        "健康饮品",
                        "营养丰富",
                        "美味可口",
                        "多样选择"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "茶饮",
            "class": "行业推广",
            "model_id": "64JgJVtR",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "兰奕"
                    ],
                    "type": "search",
                    "sample": "兰奕",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "日常口红",
                        "持久口红",
                        "哑光口红",
                        "渐变口红",
                        "礼仪口红"
                    ],
                    "type": "select",
                    "sample": [
                        "日常口红"
                    ],
                    "name": "商品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "兰奕411口红雨衣不沾杯"
                    ],
                    "type": "input",
                    "sample": "兰奕411口红雨衣不沾杯",
                    "name": "商品描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "自然",
                        "持久",
                        "保湿",
                        "显白",
                        "百搭"
                    ],
                    "type": "tags",
                    "sample": [
                        "自然",
                        "持久",
                        "保湿",
                        "显白",
                        "百搭"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "口红",
            "class": "商品文案",
            "model_id": "vqcSzWaS",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "香奈儿"
                    ],
                    "type": "search",
                    "sample": "香奈儿",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "男士香水",
                        "女士香水",
                        "儿童香水",
                        "车载香水",
                        "中性香水"
                    ],
                    "type": "select",
                    "sample": [
                        "女士香水"
                    ],
                    "name": "商品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "香奈儿(Chanel)的香水, 是现代优雅女性不可或缺的精致品味。每一款香味, 都由悠久历史、细密工艺和顶尖材料构成, 满足不同场合和需要, 独具魅力和时尚感"
                    ],
                    "type": "input",
                    "sample": "香奈儿(Chanel)的香水, 是现代优雅女性不可或缺的精致品味。每一款香味, 都由悠久历史、细密工艺和顶尖材料构成, 满足不同场合和需要, 独具魅力和时尚感",
                    "name": "商品描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "精致",
                        "细密工艺",
                        "优雅",
                        "历史悠久",
                        "顶尖材料"
                    ],
                    "type": "tags",
                    "sample": [
                        "精致",
                        "细密工艺",
                        "优雅",
                        "历史悠久",
                        "顶尖材料"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "香水",
            "class": "商品文案",
            "model_id": "TBnsjqcx",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "institute_name",
                    "label": [
                        "Something Warm Store"
                    ],
                    "type": "input_30",
                    "sample": [
                        "Something Warm Store"
                    ],
                    "name": "店铺名称"
                },
                {
                    "id": "category",
                    "label": [
                        "Dress"
                    ],
                    "type": "input_30",
                    "sample": [
                        "Dress"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "Women Slash Neck Mini Dress Summer Striped Loose Dress Elegant Bow Tie Short Sleeve Floral Print A Line Party Dress Vestidos"
                    ],
                    "type": "input",
                    "sample": "Women Slash Neck Mini Dress Summer Striped Loose Dress Elegant Bow Tie Short Sleeve Floral Print A Line Party Dress Vestidos",
                    "name": "主题描述",
                    "search_name": "target"
                },
                {
                    "id": "target_group",
                    "label": [
                        "Women",
                        "Man",
                        "Children",
                        "Unmarried",
                        "The elderly"
                    ],
                    "type": "search",
                    "sample": [
                        "Women"
                    ],
                    "name": "目标群体"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "Mini Dress Striped",
                        "Loose",
                        "Elegant",
                        "Elegant",
                        "Floral Print"
                    ],
                    "type": "tags",
                    "sample": [
                        "Mini Dress Striped",
                        "Loose",
                        "Elegant",
                        "Elegant",
                        "Floral Print"
                    ],
                    "name": "关键词"
                }
            ],
            "title": "AliExpress",
            "class": "出海文案",
            "model_id": "TZW3aKFR",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "1.2L不锈钢露营野餐旅行壶"
                    ],
                    "type": "input",
                    "sample": [
                        "1.2L不锈钢露营野餐旅行壶"
                    ],
                    "name": "营销主题/主题"
                },
                {
                    "id": "category",
                    "label": [
                        "家纺床品",
                        "杯壶餐具",
                        "烹饪锅具",
                        "日用/纸品",
                        "收纳晾晒"
                    ],
                    "type": "select",
                    "sample": [
                        "杯壶餐具"
                    ],
                    "name": "产品类型",
                    "search_name": "category"
                },
                {
                    "id": "keywords",
                    "label": [
                        "轻便",
                        "耐用",
                        "便携",
                        "防漏",
                        "省空间"
                    ],
                    "type": "tags",
                    "sample": [
                        "轻便",
                        "耐用",
                        "便携",
                        "防漏",
                        "省空间"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "居家用品",
            "class": "行业推广",
            "model_id": "J4FHXuHY",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "茅台"
                    ],
                    "type": "input",
                    "sample": [
                        "茅台"
                    ],
                    "name": "营销主题/主题"
                },
                {
                    "id": "category",
                    "label": [
                        "啤酒",
                        "白酒",
                        "葡萄酒",
                        "黄酒",
                        "果酒",
                        "烈酒"
                    ],
                    "type": "select",
                    "sample": [
                        "白酒"
                    ],
                    "name": "产品类型",
                    "search_name": "category"
                },
                {
                    "id": "keywords",
                    "label": [
                        "古老",
                        "独特",
                        "礼仪",
                        "健康",
                        "珍贵"
                    ],
                    "type": "tags",
                    "sample": [
                        "古老",
                        "独特",
                        "礼仪",
                        "健康",
                        "珍贵"
                    ],
                    "name": "核心卖点",
                    "search_name": "kerwords"
                }
            ],
            "title": "酒水",
            "class": "行业推广",
            "model_id": "ErcaeTBa",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "猪肚鸡"
                    ],
                    "type": "search",
                    "sample": [
                        "猪肚鸡"
                    ],
                    "name": "营销主题/主题",
                    "search_name": "central_idea"
                },
                {
                    "id": "category",
                    "label": [
                        "肉类",
                        "海鲜",
                        "蔬菜",
                        "水果",
                        "面粉制品",
                        "谷物",
                        "调味料",
                        "坚果与干果"
                    ],
                    "type": "select",
                    "sample": [
                        "肉类"
                    ],
                    "name": "食材属性"
                },
                {
                    "id": "keywords",
                    "label": [
                        "鲜美",
                        "营养丰富",
                        "清香",
                        "色香味俱佳",
                        "口感细腻"
                    ],
                    "type": "tags",
                    "sample": [
                        "鲜美",
                        "营养丰富",
                        "清香",
                        "色香味俱佳",
                        "口感细腻"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "餐饮行业",
            "class": "行业推广",
            "model_id": "MxzsVvt4",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "雀巢"
                    ],
                    "type": "search",
                    "sample": [
                        "雀巢"
                    ],
                    "name": "营销主题/主题",
                    "search_name": "central_idea"
                },
                {
                    "id": "category",
                    "label": [
                        "食品",
                        "医疗",
                        "金融",
                        "教育",
                        "衣物类",
                        "易耗品",
                        "耐用品",
                        "丽人服务",
                        "生育相关",
                        "非生育相关",
                        "娱乐及出行"
                    ],
                    "type": "select",
                    "sample": [
                        "食品"
                    ],
                    "name": "商品类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "孕产妇",
                        "婴童"
                    ],
                    "type": "select",
                    "sample": [
                        "婴童"
                    ],
                    "name": "目标群体"
                },
                {
                    "id": "keywords",
                    "label": [
                        "安全可靠",
                        "营养丰富",
                        "适应性强",
                        "方便易用",
                        "品质卓越"
                    ],
                    "type": "tags",
                    "sample": [
                        "安全可靠",
                        "营养丰富",
                        "适应性强",
                        "方便易用",
                        "品质卓越"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "母婴",
            "class": "行业推广",
            "model_id": "3yEpuMbN",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "帐篷"
                    ],
                    "type": "search",
                    "sample": [
                        "帐篷"
                    ],
                    "name": "营销主体",
                    "search_name": "category"
                },
                {
                    "id": "content_type",
                    "label": [
                        "用餐设备",
                        "照明设备",
                        "供电设备",
                        "导航设备",
                        "储存设备",
                        "防雨设备",
                        "净水设备",
                        "安全设备",
                        "娱乐设备",
                        "睡眠设备",
                        "住宿设备",
                        "个人护理用品"
                    ],
                    "type": "select",
                    "sample": [
                        "住宿设备"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "style",
                    "label": [
                        "描述性",
                        "情感化",
                        "冒险",
                        "简约",
                        "幽默"
                    ],
                    "type": "select",
                    "sample": "描述性",
                    "name": "文案风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "舒适性",
                        "防水性",
                        "防水性",
                        "稳定性",
                        "私密性",
                        "防虫功能"
                    ],
                    "type": "tags",
                    "sample": [
                        "舒适性",
                        "防水性",
                        "防水性",
                        "稳定性",
                        "私密性",
                        "防虫功能"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "露营",
            "class": "行业推广",
            "model_id": "5BXbGqf2",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "摩尔牙科"
                    ],
                    "type": "input",
                    "sample": [
                        "摩尔牙科"
                    ],
                    "name": "机构品牌",
                    "search_name": "brand"
                },
                {
                    "id": "business",
                    "label": [
                        "牙科"
                    ],
                    "type": "input",
                    "sample": [
                        "牙科"
                    ],
                    "name": "主营业务"
                },
                {
                    "id": "content_type",
                    "label": [
                        "专家简介",
                        "项目介绍",
                        "产品介绍",
                        "机构简介"
                    ],
                    "type": "select",
                    "sample": [
                        "机构简介"
                    ],
                    "name": "文案类型",
                    "choose": true
                },
                {
                    "id": "project",
                    "label": [
                        "洗牙"
                    ],
                    "type": "input",
                    "sample": [
                        "洗牙"
                    ],
                    "name": "项目名称",
                    "chooselabel": "项目介绍",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "category",
                    "label": [
                        "美适可"
                    ],
                    "type": "input",
                    "sample": [
                        "美适可"
                    ],
                    "name": "产品类型",
                    "chooselabel": "产品介绍",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "name",
                    "label": [
                        "陈大可"
                    ],
                    "type": "input",
                    "sample": [
                        "陈大可"
                    ],
                    "name": "专家名称",
                    "chooselabel": "专家简介",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "keywords",
                    "label": [
                        "健康树脂",
                        "灵活拆卸",
                        "矫正"
                    ],
                    "type": "tags",
                    "sample": [
                        "健康树脂",
                        "灵活拆卸",
                        "矫正"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords"
                }
            ],
            "title": "大健康",
            "class": "行业推广",
            "model_id": "k6jHhy3k",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "篮球",
                        "足球",
                        "跑步机",
                        "哑铃",
                        "呼啦圈"
                    ],
                    "type": "search",
                    "sample": [
                        "篮球"
                    ],
                    "name": "运动器材",
                    "search_name": "category"
                },
                {
                    "id": "scene",
                    "label": [
                        "健身房",
                        "体育馆",
                        "居家",
                        "户外"
                    ],
                    "type": "select",
                    "sample": [
                        "体育馆"
                    ],
                    "name": "运动场合"
                },
                {
                    "id": "keywords",
                    "label": [
                        "高弹力",
                        "舒适",
                        "耐用",
                        "经典外观"
                    ],
                    "type": "tags",
                    "sample": [
                        "高弹力",
                        "舒适",
                        "耐用",
                        "经典外观"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "运动设备",
            "class": "商品文案",
            "model_id": "HFpBHcyP",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "金龙珠宝"
                    ],
                    "type": "search",
                    "sample": "金龙珠宝",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "发饰",
                        "黄金",
                        "银饰",
                        "钻石",
                        "翡翠",
                        "彩宝",
                        "铂金",
                        "珍珠",
                        "和田玉",
                        "时尚饰品",
                        "K金饰品",
                        "水晶玛瑙",
                        "其它玉石",
                        "木手串/把件",
                        "合成/人造宝石"
                    ],
                    "type": "select",
                    "sample": [
                        "黄金"
                    ],
                    "name": "商品类型"
                },
                {
                    "id": "description",
                    "label": "金龙珠宝黄金手镯女款999足金古法传承素圈镯子光圈固口经典国潮时尚实心",
                    "type": "input",
                    "sample": "金龙珠宝黄金手镯女款999足金古法传承素圈镯子光圈固口经典国潮时尚实心",
                    "name": "商品描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "珍贵素圈设计",
                        "光圈固口",
                        "经典国潮款式",
                        "实心金质",
                        "高品质制作"
                    ],
                    "type": "tags",
                    "sample": [
                        "珍贵素圈设计",
                        "光圈固口",
                        "经典国潮款式",
                        "实心金质",
                        "高品质制作"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "珠宝首饰",
            "class": "商品文案",
            "model_id": "FnbFaD4A",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "新款马丁靴厚底"
                    ],
                    "type": "input",
                    "sample": "新款马丁靴厚底",
                    "name": "商品名称"
                },
                {
                    "id": "content_type",
                    "label": [
                        "男鞋",
                        "女鞋"
                    ],
                    "type": "select",
                    "sample": [
                        "男鞋"
                    ],
                    "name": "鞋类型"
                },
                {
                    "id": "category",
                    "label": [
                        "小皮鞋",
                        "帆布鞋",
                        "运动鞋",
                        "皮鞋",
                        "长靴",
                        "短靴",
                        "单鞋",
                        "雪地靴",
                        "马丁靴",
                        "靴子",
                        "切尔西靴",
                        "拖鞋",
                        "毛毛鞋",
                        "工装鞋",
                        "休闲鞋",
                        "凉鞋"
                    ],
                    "type": "select",
                    "sample": [
                        "马丁靴"
                    ],
                    "name": "鞋种类",
                    "search_name": "category"
                },
                {
                    "id": "keywords",
                    "label": [
                        "减震",
                        "防滑",
                        "透气",
                        "时尚",
                        "潮流"
                    ],
                    "type": "tags",
                    "sample": [
                        "减震",
                        "防滑",
                        "透气",
                        "时尚",
                        "潮流"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords"
                }
            ],
            "title": "鞋",
            "class": "商品文案",
            "model_id": "wf55yzgg",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "时尚百搭女包"
                    ],
                    "type": "input",
                    "sample": "时尚百搭女包 ",
                    "name": "商品名称"
                },
                {
                    "id": "category",
                    "label": [
                        "斜挎包",
                        "手提包",
                        "单肩包",
                        "双肩包",
                        "手腕包",
                        "帆布包"
                    ],
                    "type": "select",
                    "sample": [
                        "单肩包"
                    ],
                    "name": "商品类型",
                    "search_name": "category"
                },
                {
                    "id": "keywords",
                    "label": [
                        "大容量",
                        "个性挂件",
                        "舒适面料",
                        "手工镶钻",
                        "顺滑拉链"
                    ],
                    "type": "tags",
                    "sample": [
                        "大容量",
                        "个性挂件",
                        "舒适面料",
                        "手工镶钻",
                        "顺滑拉链"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "女包",
            "class": "商品文案",
            "model_id": "c76F6vRr",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "袖子印条T恤"
                    ],
                    "type": "input",
                    "sample": "袖子印条T恤 ",
                    "name": "商品名称"
                },
                {
                    "id": "target_group",
                    "label": [
                        "男装",
                        "女装",
                        "童装"
                    ],
                    "type": "select",
                    "sample": [
                        "童装"
                    ],
                    "name": "服装类型",
                    "search_name": "target_group"
                },
                {
                    "id": "category",
                    "label": [
                        "上衣",
                        "裤子",
                        "运动服",
                        "连衣裙",
                        "外套",
                        "内衣",
                        "泳装",
                        "正装"
                    ],
                    "type": "select",
                    "sample": [
                        "上衣"
                    ],
                    "name": "服装种类"
                },
                {
                    "id": "season",
                    "label": [
                        "春季",
                        "夏季",
                        "秋季",
                        "冬季"
                    ],
                    "type": "select",
                    "sample": [
                        "夏季"
                    ],
                    "name": "季节"
                },
                {
                    "id": "keywords",
                    "label": [
                        "吸汗",
                        "时尚",
                        "宽松",
                        "针织布",
                        "个性印花"
                    ],
                    "type": "tags",
                    "sample": [
                        "吸汗",
                        "时尚",
                        "宽松",
                        "针织布",
                        "个性印花"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords"
                }
            ],
            "title": "服装",
            "class": "商品文案",
            "model_id": "waY8M693",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "insta360"
                    ],
                    "type": "search",
                    "sample": "insta360",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "户外极限运动最佳伴侣,运动全景防抖相机",
                    "type": "input",
                    "sample": "户外极限运动最佳伴侣,运动全景防抖相机",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "模块化运动相机",
                        "360度全景",
                        "4k广角增强",
                        "防水耐用"
                    ],
                    "type": "tags",
                    "sample": [
                        "模块化运动相机",
                        "360度全景",
                        "4k广角增强",
                        "防水耐用"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "运动相机",
            "class": "商品文案",
            "model_id": "mEzzs2Uq",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "PICO"
                    ],
                    "type": "search",
                    "sample": "PICO",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "PICO体感VR设备,年度旗舰爆款新机",
                    "type": "input",
                    "sample": "PICO体感VR设备,年度旗舰爆款新机",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "机身小巧",
                        "轻盈佩戴",
                        "超清画面",
                        "超广视野"
                    ],
                    "type": "tags",
                    "sample": [
                        "机身小巧",
                        "轻盈佩戴",
                        "超清画面",
                        "超广视野"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "VR设备",
            "class": "商品文案",
            "model_id": "EpNnQqdC",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "爱普生"
                    ],
                    "type": "search",
                    "sample": "爱普生",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "家用投影仪性价比之王,打造个人家庭影院",
                    "type": "input",
                    "sample": "家用投影仪性价比之王,打造个人家庭影院",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "智能对焦",
                        "内置音响",
                        "环绕声场"
                    ],
                    "type": "tags",
                    "sample": [
                        "智能对焦",
                        "内置音响",
                        "环绕声场"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "投影仪",
            "class": "商品文案",
            "model_id": "hzwAH5EW",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "苹果"
                    ],
                    "type": "search",
                    "sample": "苹果",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "2023年最新降噪耳机的使用体验",
                    "type": "input",
                    "sample": "2023年最新降噪耳机的使用体验",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "入耳式",
                        "立体环绕",
                        "高效降噪"
                    ],
                    "type": "tags",
                    "sample": [
                        "入耳式",
                        "立体环绕",
                        "高效降噪"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "降噪耳机",
            "class": "商品文案",
            "model_id": "3vqnD8yR",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Bose"
                    ],
                    "type": "search",
                    "sample": "Bose",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "Bose 550优质重低音,殿堂级的听觉享受",
                    "type": "input",
                    "sample": "Bose 550优质重低音,殿堂级的听觉享受",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "重低音",
                        "声音透明",
                        "清晰"
                    ],
                    "type": "tags",
                    "sample": [
                        "重低音",
                        "声音透明",
                        "清晰"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "音响",
            "class": "商品文案",
            "model_id": "V8hUPRBw",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "华为"
                    ],
                    "type": "search",
                    "sample": "华为",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "国产品牌的旗舰天花板",
                    "type": "input",
                    "sample": "国产品牌的旗舰天花板",
                    "name": "产品介绍",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "持续续航",
                        "智能唤醒",
                        "多端联动"
                    ],
                    "type": "tags",
                    "sample": [
                        "持续续航",
                        "智能唤醒",
                        "多端联动"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "智能手表",
            "class": "商品文案",
            "model_id": "AVdhZekx",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "联想"
                    ],
                    "type": "search",
                    "sample": "联想",
                    "name": "品牌/型号",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "联想拯救者Y9000X",
                    "type": "input",
                    "sample": "联想拯救者Y9000X",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "便携性",
                        "灵活性",
                        "低能耗",
                        "多功能性",
                        "高性能"
                    ],
                    "type": "tags",
                    "sample": [
                        "便携性",
                        "灵活性",
                        "低能耗",
                        "多功能性",
                        "高性能"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "笔记本",
            "class": "商品文案",
            "model_id": "f4YyGAVe",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "华为"
                    ],
                    "type": "search",
                    "sample": "华为",
                    "name": "品牌/型号",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "哈曼卡顿音效智能语音 华为 M5青春版仅1799元",
                    "type": "input",
                    "sample": "哈曼卡顿音效智能语音 华为 M5青春版仅1799元",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "哈曼卡顿音效",
                        "智能语音",
                        "华为",
                        "青春版",
                        "M5"
                    ],
                    "type": "tags",
                    "sample": [
                        "哈曼卡顿音效",
                        "智能语音",
                        "华为",
                        "青春版",
                        "M5"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "平板",
            "class": "商品文案",
            "model_id": "f4YyGAVd",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "OPPO"
                    ],
                    "type": "search",
                    "sample": "OPPO",
                    "name": "品牌/型号",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "闪耀金色光辉 OPPO R9 Plus仅售2699元",
                    "type": "input",
                    "sample": "闪耀金色光辉 OPPO R9 Plus仅售2699元",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "OPPO",
                        "闪耀金色光辉",
                        "R9 Plus"
                    ],
                    "type": "tags",
                    "sample": [
                        "OPPO",
                        "闪耀金色光辉",
                        "R9 Plus"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "手机",
            "class": "商品文案",
            "model_id": "f4YyGAVw",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "佳能"
                    ],
                    "type": "search",
                    "sample": "佳能",
                    "name": "品牌",
                    "search_return": "brand",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "全画幅高端机 佳能6D(24-70)仅售11200元",
                    "type": "input",
                    "sample": "全画幅高端机 佳能6D(24-70)仅售11200元",
                    "name": "产品介绍",
                    "search_return": "description",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "无线传输",
                        "操作便捷",
                        "镜头",
                        "存储空间大",
                        "连拍"
                    ],
                    "type": "tags",
                    "sample": [
                        "无线传输",
                        "操作便捷",
                        "镜头",
                        "存储空间大",
                        "连拍"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "相机",
            "class": "商品文案",
            "model_id": "f4YyGAVb",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "小米11Ultra,vivo",
                        "iphone 14,华为mate40",
                        "vivo p8,oppo find N2 ",
                        "一加,红米note 12"
                    ],
                    "type": "search",
                    "sample": [
                        "小米11Ultra,vivo"
                    ],
                    "name": "对比机型<span style=\"color:#cdcdcd;\">(支持多机型输入,逗号分割)</span>",
                    "search_return": "brand"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "小米 vivo新机型对比",
                    "name": "测评要点",
                    "search_return": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "轻质",
                        "浅金",
                        "坚固",
                        "细腻",
                        "轻薄优雅",
                        "金属",
                        "手机",
                        "耀黑"
                    ],
                    "type": "tags",
                    "sample": [
                        "轻质",
                        "浅金",
                        "坚固",
                        "细腻",
                        "轻薄优雅",
                        "金属",
                        "手机",
                        "耀黑"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords"
                }
            ],
            "title": "手机测评",
            "class": "商品文案",
            "model_id": "tE9AmC9Y",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "多芬",
                        "海飞丝",
                        "飘柔",
                        "潘婷"
                    ],
                    "type": "search",
                    "sample": "潘婷",
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "洗发水",
                        "发膜",
                        "护发素",
                        "焗油膏",
                        "头皮护理"
                    ],
                    "type": "select",
                    "sample": "洗发水",
                    "name": "产品类型",
                    "search_name": "category",
                    "search_return": "category"
                },
                {
                    "id": "description",
                    "label": [
                        "无硅油洗发水,发丝根根分明,养护头皮"
                    ],
                    "type": "input",
                    "sample": "无硅油洗发水,发丝根根分明,养护头皮",
                    "name": "产品介绍",
                    "search_return": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评",
                        "清单",
                        "教程"
                    ],
                    "type": "select",
                    "sample": "教程",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "无硅油",
                        "天然成分",
                        "无香型",
                        "养护头皮"
                    ],
                    "type": "tags",
                    "sample": [
                        "无硅油",
                        "天然成分",
                        "无香型",
                        "养护头皮"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "护发产品",
            "class": "商品文案",
            "model_id": "bHKMEv2k",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "TF",
                        "intoyou",
                        "雅诗兰黛",
                        "lagirl"
                    ],
                    "type": "search",
                    "sample": "TF",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "粉底",
                        "隔离霜",
                        "粉饼",
                        "素颜霜",
                        "干粉",
                        "定妆喷雾",
                        "底妆"
                    ],
                    "type": "select",
                    "sample": "底妆",
                    "name": "产品类型",
                    "search_name": "category"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "妈生伪素颜,清透干净底妆",
                    "name": "产品介绍",
                    "search_return": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评",
                        "清单",
                        "教程"
                    ],
                    "type": "select",
                    "sample": "教程",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "妈生感",
                        "伪素颜",
                        "温柔",
                        "少女感"
                    ],
                    "type": "tags",
                    "sample": "少女感",
                    "name": "核心卖点",
                    "search_return": "keywords",
                    "search_name": "keywords"
                }
            ],
            "title": "底妆",
            "class": "商品文案",
            "model_id": "Mkkctr2f",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "TF",
                        "intoyou",
                        "canmake",
                        "lagirl"
                    ],
                    "type": "search",
                    "sample": "TF",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "眼影",
                        "眼线笔",
                        "眉笔",
                        "卧蚕笔",
                        "眼妆"
                    ],
                    "type": "select",
                    "sample": "眼妆",
                    "name": "产品类型",
                    "search_name": "category"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "石原里美仿妆",
                    "name": "产品介绍"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评",
                        "清单",
                        "教程"
                    ],
                    "type": "select",
                    "sample": "教程",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "妈生感",
                        "伪素颜",
                        "温柔",
                        "少女感"
                    ],
                    "type": "tags",
                    "sample": "少女感",
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "眼妆",
            "class": "商品文案",
            "model_id": "JSnDP5F8",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "香奈儿coco112",
                        "雅诗兰黛333号干枫叶色",
                        "迪奥肉桂奶茶冻",
                        "YSL金琥珀"
                    ],
                    "type": "search",
                    "sample": "YSL金琥珀",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "唇膏",
                        "唇彩",
                        "唇釉",
                        "唇蜜",
                        "润唇膏",
                        "唇膜"
                    ],
                    "type": "select",
                    "sample": "唇膏",
                    "name": "产品类型",
                    "search_name": "category"
                },
                {
                    "id": "description",
                    "label": "YSL比买的10支热门色号",
                    "type": "input",
                    "sample": "YSL比买的10支热门色号",
                    "name": "产品介绍"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评",
                        "清单"
                    ],
                    "type": "select",
                    "sample": "清单",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "烂番茄",
                        "复古",
                        "高级",
                        "磨砂质感"
                    ],
                    "type": "tags",
                    "sample": "磨砂质感",
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "唇膏",
            "class": "商品文案",
            "model_id": "N99zt8cA",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "兰蔻",
                        "雅诗兰黛",
                        "欧莱雅",
                        "娇兰"
                    ],
                    "type": "search",
                    "sample": "兰蔻",
                    "name": "品牌",
                    "search_name": "brand",
                    "search_return": "brand"
                },
                {
                    "id": "description",
                    "label": "加班神器,天然成分爽肤水,有效去除暗黄",
                    "type": "input",
                    "sample": "加班神器,天然成分爽肤水,有效去除暗黄",
                    "name": "产品介绍",
                    "search_name": "description",
                    "search_return": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评"
                    ],
                    "type": "select",
                    "sample": "种草",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "男性",
                        "女性",
                        "熬夜党",
                        "加班党"
                    ],
                    "type": "select",
                    "sample": "加班党",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气"
                    ],
                    "type": "select",
                    "sample": "严谨",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "提亮",
                        "美白效果",
                        "加班熬夜",
                        "去暗黄"
                    ],
                    "type": "tags",
                    "sample": "敏感肌",
                    "name": "核心卖点",
                    "search_name": "keywords",
                    "search_return": "keywords"
                }
            ],
            "title": "化妆水",
            "class": "商品文案",
            "model_id": "gzakGne4",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "兰蔻",
                        "赫莲娜",
                        "雅诗兰黛",
                        "娇韵诗"
                    ],
                    "type": "search",
                    "sample": "兰蔻",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "抗皱祛黑眼圈功效甚好,抗初老神器",
                    "name": "产品介绍",
                    "search_name": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "随机",
                        "种草",
                        "测评"
                    ],
                    "type": "select",
                    "sample": "种草",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "随机",
                        "男性",
                        "女性",
                        "熬夜党",
                        "加班党"
                    ],
                    "type": "select",
                    "sample": "熬夜党",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "随机",
                        "严谨",
                        "接地气"
                    ],
                    "type": "select",
                    "sample": "严谨",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "抗初老",
                        "祛皱",
                        "黑眼圈"
                    ],
                    "type": "tags",
                    "sample": "黑眼圈",
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "眼霜",
            "class": "商品文案",
            "model_id": "XR2qfGBq",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Olay",
                        "雅诗兰黛",
                        "兰蔻",
                        "欧莱雅"
                    ],
                    "type": "search",
                    "sample": "Olay",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "夏季晒后修护面膜,深层补水滋养,水嫩白皙",
                    "name": "产品介绍",
                    "search_name": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "随机",
                        "种草",
                        "测评"
                    ],
                    "type": "select",
                    "sample": "测评",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "随机",
                        "严谨",
                        "接地气"
                    ],
                    "type": "select",
                    "sample": "接地气",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "美白",
                        "补水",
                        "夏季保养",
                        "晒后修护"
                    ],
                    "type": "tags",
                    "sample": "美白",
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "面膜",
            "class": "商品文案",
            "model_id": "3MeGPcKm",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "欧莱雅",
                        "雅诗兰黛",
                        "赫莲娜",
                        "娇韵诗",
                        "oaly"
                    ],
                    "type": "search",
                    "sample": "欧莱雅",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "欧莱雅补水面霜滋润不油腻,干皮救星",
                    "type": "input",
                    "sample": "欧莱雅补水面霜滋润不油腻,干皮救星",
                    "name": "产品介绍",
                    "search_name": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评"
                    ],
                    "type": "select",
                    "sample": "种草",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "女性",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气"
                    ],
                    "type": "select",
                    "sample": "严谨",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "保湿",
                        "修护",
                        "烟酰胺"
                    ],
                    "type": "tags",
                    "sample": "修护",
                    "name": "核心卖点"
                }
            ],
            "title": "面霜",
            "class": "商品文案",
            "model_id": "nPASTNGw",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "雅诗兰黛",
                        "欧莱雅",
                        "赫莲娜",
                        "娇韵诗"
                    ],
                    "type": "search",
                    "sample": "雅诗兰黛",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "小棕瓶2代,最新修护抗衰成分,亲测效果显著",
                    "type": "input",
                    "sample": "小棕瓶2代,最新修护抗衰成分,亲测效果显著",
                    "name": "产品介绍",
                    "search_name": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草",
                        "测评"
                    ],
                    "type": "select",
                    "sample": "测评",
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "通用",
                        "女性",
                        "男性",
                        "熬夜党"
                    ],
                    "type": "select",
                    "sample": "熬夜党",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "严谨",
                        "接地气"
                    ],
                    "type": "select",
                    "sample": "接地气",
                    "name": "行文风格"
                },
                {
                    "id": "keywords",
                    "label": [
                        "抗衰",
                        "效果",
                        "种草",
                        "空瓶",
                        "雅诗兰黛"
                    ],
                    "type": "tags",
                    "sample": "防晒,抗衰",
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "护肤精华",
            "class": "商品文案",
            "model_id": "WGW8GgCD",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "东风房车",
                        "Bubbery香水",
                        "Tocca护手霜",
                        "耐克运动鞋",
                        "阿迪达斯外套",
                        "Dior墨镜",
                        "copydone"
                    ],
                    "type": "search",
                    "sample": "copydone",
                    "name": "营销对象",
                    "search_return": "category",
                    "search_name": "category"
                },
                {
                    "id": "description",
                    "label": [
                        "AI一键生成营销文案"
                    ],
                    "type": "input",
                    "sample": "AI一键生成营销文案",
                    "name": "内容描述"
                },
                {
                    "id": "content_type",
                    "label": [
                        "爆款标题",
                        "种草文案",
                        "测评文案",
                        "教程文案",
                        "清单文案"
                    ],
                    "type": "select",
                    "sample": "种草文案",
                    "name": "文案类型",
                    "choose": true
                },
                {
                    "id": "comparison",
                    "label": [
                        "Jasper",
                        "Copyai",
                        "sematicwrite"
                    ],
                    "type": "tags",
                    "sample": [
                        "Jasper",
                        "Copyai",
                        "sematicwrite"
                    ],
                    "name": "对标品牌",
                    "chooselabel": "清单文案",
                    "rows": "single",
                    "is_change": "false"
                },
                {
                    "id": "target_group",
                    "label": [
                        "女性",
                        "男性",
                        "学生党",
                        "熬夜党",
                        "中产"
                    ],
                    "type": "input_30",
                    "sample": "中产",
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "友好",
                        "活泼",
                        "接地气",
                        "文艺",
                        "专业"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "文案语气"
                },
                {
                    "id": "keywords",
                    "label": [
                        "AIGC",
                        "人工智能",
                        "一键生成营销文案",
                        "高效便捷",
                        "工具产品",
                        "免费体验"
                    ],
                    "type": "tags",
                    "sample": [
                        "AIGC",
                        "人工智能",
                        "一键生成营销文案",
                        "高效便捷",
                        "工具产品",
                        "免费体验"
                    ],
                    "name": "关键词",
                    "search_name": "keywords"
                }
            ],
            "title": "小红书文案",
            "class": "平台文案",
            "model_id": "Dp6Pu6qB",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "HFP精华水618大促"
                    ],
                    "type": "input_30",
                    "sample": "HFP精华水618大促",
                    "name": "营销对象"
                },
                {
                    "id": "activity_name",
                    "label": [
                        "618电商大促"
                    ],
                    "type": "input",
                    "sample": "618电商大促",
                    "name": "内容描述"
                },
                {
                    "id": "tune",
                    "label": [
                        "活泼",
                        "专业",
                        "接地气",
                        "文艺",
                        "吆喝",
                        "诗意"
                    ],
                    "type": "select",
                    "sample": [
                        "活泼"
                    ],
                    "name": "文案风格"
                }
            ],
            "title": "朋友圈文案",
            "class": "平台文案",
            "model_id": "QcQ78Xfa",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "copydone",
                    "type": "input_30",
                    "sample": "copydone是一款优质营销文案生成工具",
                    "name": "营销内容",
                    "search_name": "target"
                },
                {
                    "id": "scene",
                    "label": [
                        "AICG",
                        "财税",
                        "宠物",
                        "法律",
                        "工程技术",
                        "互联网",
                        "家居生活",
                        "健康",
                        "教育",
                        "金融",
                        "经济",
                        "科技",
                        "旅行",
                        "美食",
                        "母婴",
                        "汽车",
                        "情感",
                        "人文",
                        "商业",
                        "社会科学",
                        "时尚",
                        "数码",
                        "体育",
                        "心理学",
                        "艺术",
                        "音乐",
                        "影视",
                        "游戏",
                        "娱乐",
                        "运动健身",
                        "职场",
                        "自然科学"
                    ],
                    "type": "select",
                    "sample": "互联网",
                    "name": "内容场景",
                    "search_name": "brand",
                    "only_search": true
                },
                {
                    "id": "question",
                    "label": "",
                    "type": "input",
                    "sample": "有什么好用的AI生成营销文案工具",
                    "name": "问题描述",
                    "search_name": "description",
                    "hot_search": {
                        "tip": "热门问题",
                        "type": "zhihu",
                        "hot_word": []
                    }
                },
                {
                    "id": "content_type",
                    "label": [
                        "经历型回答",
                        "故事型回答",
                        "干货型回答",
                        "见解型回答"
                    ],
                    "type": "select",
                    "sample": "干货型回答",
                    "name": "文案类型"
                }
            ],
            "title": "知乎",
            "class": "平台文案",
            "model_id": "HeqKjvAY",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "Copydone智能文案生成引擎"
                    ],
                    "type": "input",
                    "sample": [
                        "Copydone智能文案生成引擎"
                    ],
                    "name": "视频主题",
                    "search_name": "target",
                    "hot_search": {
                        "tip": "抖音热点",
                        "type": "douyin",
                        "hot_word": []
                    }
                },
                {
                    "id": "content_type",
                    "label": [
                        "视频简介",
                        "图文文案"
                    ],
                    "type": "select",
                    "sample": [
                        "视频简介"
                    ],
                    "name": "文案类型"
                },
                {
                    "id": "tune",
                    "label": [
                        "幽默",
                        "接地气",
                        "调侃",
                        "诗意",
                        "八卦",
                        "感性",
                        "阳光",
                        "客观",
                        "伤感",
                        "可爱",
                        "豪爽",
                        "友好"
                    ],
                    "type": "select",
                    "sample": [
                        "友好"
                    ],
                    "name": "文案语气"
                }
            ],
            "title": "抖音视频介绍",
            "class": "平台文案",
            "model_id": "4ksC98EY",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "AI一键生成营销文案Copydone",
                    "type": "input_30",
                    "sample": "AI一键生成营销文案Copydone",
                    "name": "营销对象"
                },
                {
                    "id": "scene",
                    "label": [
                        "财经",
                        "科技",
                        "历史",
                        "旅游",
                        "美食",
                        "热点",
                        "时尚",
                        "数码",
                        "体育",
                        "养生"
                    ],
                    "type": "select",
                    "sample": "科技",
                    "name": "内容场景"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "这个神器彻底解放了我的双手!内容创作者福音!",
                    "name": "内容描述",
                    "hot_search": {
                        "tip": "头条热点",
                        "type": "toutiao",
                        "hot_word": []
                    }
                },
                {
                    "id": "content_type",
                    "label": [
                        "新闻事件型",
                        "争议型",
                        "悬念型",
                        "诱惑型",
                        "分享型",
                        "情感型",
                        "故事型",
                        "促销型",
                        "揭秘型",
                        "炒作型",
                        "干货型"
                    ],
                    "type": "select",
                    "sample": "分享型",
                    "name": "内容风格"
                }
            ],
            "title": "今日头条",
            "class": "平台文案",
            "model_id": "phtFb7NU",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": "UR女装",
                    "type": "input_30",
                    "sample": "UR女装",
                    "name": "营销品牌/事件"
                },
                {
                    "id": "hotspots",
                    "label": [
                        "2023秋冬美拉德风格妆造速get"
                    ],
                    "type": "input",
                    "sample": "2023秋冬美拉德风格妆造速get",
                    "name": "热点内容",
                    "hot_search": {
                        "tip": "微博热点",
                        "type": "weibo",
                        "hot_word": []
                    }
                },
                {
                    "id": "scene",
                    "label": [
                        "财经",
                        "时尚",
                        "情感",
                        "娱乐",
                        "文化",
                        "美食",
                        "旅行",
                        "生活",
                        "亲子",
                        "体育",
                        "教育",
                        "才艺",
                        "科技数码",
                        "萌宠",
                        "游戏",
                        "动漫",
                        "影视",
                        "广告营销",
                        "汽车",
                        "设计美学"
                    ],
                    "type": "select",
                    "sample": "时尚",
                    "name": "内容场景"
                },
                {
                    "id": "content_type",
                    "label": [
                        "微博推文",
                        "微博长文"
                    ],
                    "type": "select",
                    "sample": "微博推文",
                    "name": "博文类型"
                },
                {
                    "id": "tune",
                    "label": [
                        "品牌方",
                        "博主"
                    ],
                    "type": "select",
                    "sample": "品牌方",
                    "name": "推文口吻"
                }
            ],
            "title": "微博",
            "class": "平台文案",
            "model_id": "pKDBCe4w",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "韦尼克AI写作",
                    "type": "input_30",
                    "sample": "韦尼克AI写作",
                    "name": "文案主题/主体"
                },
                {
                    "id": "content_type",
                    "label": [
                        "新闻资讯",
                        "品牌宣传",
                        "教育培训",
                        "娱乐休闲",
                        "电商服务",
                        "公益慈善",
                        "健康养生",
                        "金融理财"
                    ],
                    "type": "select",
                    "sample": "品牌宣传",
                    "name": "文案场景"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "识别用户输入的信息,自动完成意图判断,准确率高达97%,结合第三代模型,AI创作直接上了一个层级",
                    "name": "内容描述"
                },
                {
                    "id": "tune",
                    "label": [
                        "幽默风格",
                        "温馨风格",
                        "教育风格",
                        "爆点风格",
                        "感性风格",
                        "知识风格",
                        "清新风格",
                        "文艺风格"
                    ],
                    "type": "select",
                    "sample": "爆点风格",
                    "name": "文案风格"
                }
            ],
            "title": "公众号",
            "class": "平台文案",
            "model_id": "QwGR4JS3",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "institute_name",
                    "label": "韦尼克AI学院",
                    "type": "input_30",
                    "sample": "韦尼克AI学院",
                    "name": "店家/商家"
                },
                {
                    "id": "scene",
                    "label": [
                        "美食",
                        "婚庆",
                        "丽人",
                        "酒店",
                        "亲子",
                        "购物",
                        "家装",
                        "爱车",
                        "宠物",
                        "周边游",
                        "休闲娱乐",
                        "运动健身",
                        "学习培训",
                        "生活服务",
                        "医疗健康",
                        "电影演出赛事"
                    ],
                    "type": "select",
                    "sample": "学习培训",
                    "name": "场景分类",
                    "search_name": "brand"
                },
                {
                    "id": "grade",
                    "label": [
                        "好评",
                        "中评",
                        "差评"
                    ],
                    "type": "select",
                    "sample": "好评",
                    "name": "评论等级"
                },
                {
                    "id": "keywords",
                    "label": [
                        "人工智能",
                        "成人培训",
                        "AI写作",
                        "编程"
                    ],
                    "type": "tags",
                    "sample": [
                        "人工智能",
                        "成人培训",
                        "AI写作",
                        "编程"
                    ],
                    "name": "关键信息"
                }
            ],
            "title": "大众点评",
            "class": "平台文案",
            "model_id": "yJTNkMbS",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "艾美丽"
                    ],
                    "type": "input_30",
                    "sample": "艾美丽",
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "industry",
                    "label": [
                        "办公设备",
                        "电脑数码",
                        "服饰鞋包",
                        "个护化妆",
                        "家居家装",
                        "家用电器",
                        "金融服务",
                        "母婴用品",
                        "配饰腕表",
                        "汽车消费",
                        "日用百货",
                        "食品生鲜",
                        "图书音像",
                        "玩模乐器",
                        "艺术收藏",
                        "运动户外"
                    ],
                    "type": "select",
                    "sample": "个护化妆",
                    "name": "行业"
                },
                {
                    "id": "category",
                    "label": [
                        "面部护理"
                    ],
                    "type": "input_30",
                    "sample": [
                        "面部护理"
                    ],
                    "name": "产品类型",
                    "search_name": "target"
                },
                {
                    "id": "description",
                    "label": "去角质,去黑头",
                    "type": "input",
                    "sample": "去角质,去黑头",
                    "name": "产品介绍"
                }
            ],
            "title": "什么值得买",
            "class": "平台文案",
            "model_id": "eZeMgp6b",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": "蛋白棒",
                    "type": "input_30",
                    "sample": "蛋白棒",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "音乐舞蹈类",
                        "美妆类",
                        "情感类",
                        "萌宠类",
                        "恶搞类",
                        "微纪录片",
                        "网红IP类",
                        "搞笑类",
                        "情境短剧",
                        "技能分享",
                        "街头采访",
                        "创意剪辑"
                    ],
                    "type": "select",
                    "sample": "搞笑类",
                    "name": "视频类型"
                },
                {
                    "id": "description",
                    "label": "无蔗糖低热量,减脂期补充高蛋白",
                    "type": "input",
                    "sample": "无蔗糖低热量,减脂期补充高蛋白",
                    "name": "视频主题"
                }
            ],
            "title": "视频营销灵感",
            "class": "视频文案",
            "model_id": "HMAfFdUN",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "海上酒店",
                    "type": "input_30",
                    "sample": "海上酒店",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "动画",
                        "动物圈",
                        "鬼畜",
                        "科技",
                        "美食",
                        "汽车",
                        "生活",
                        "时尚",
                        "舞蹈",
                        "音乐",
                        "影视",
                        "游戏",
                        "娱乐",
                        "运动",
                        "知识",
                        "资讯",
                        "旅行"
                    ],
                    "type": "select",
                    "sample": "旅行",
                    "name": "内容场景"
                },
                {
                    "id": "content_type",
                    "label": [
                        "对话式",
                        "独白式"
                    ],
                    "type": "select",
                    "sample": "对话式",
                    "name": "脚本类型"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "试睡世界最危险的酒店,开业至今无一差评,全靠一手绝活项目",
                    "name": "视频主题"
                }
            ],
            "title": "视频逐字稿",
            "class": "视频文案",
            "model_id": "GSA6nXqB",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "蛋白棒",
                    "type": "input_30",
                    "sample": "蛋白棒",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "音乐舞蹈类",
                        "美妆类",
                        "情感类",
                        "萌宠类",
                        "恶搞类",
                        "微纪录片",
                        "网红IP类",
                        "搞笑类",
                        "情境短剧",
                        "技能分享",
                        "街头采访",
                        "创意剪辑"
                    ],
                    "type": "select",
                    "sample": "搞笑类",
                    "name": "视频类型"
                },
                {
                    "id": "description",
                    "label": "无蔗糖低热量,减脂期补充高蛋白",
                    "type": "input_800",
                    "sample": "无蔗糖低热量,减脂期补充高蛋白",
                    "name": "内容描述"
                }
            ],
            "title": "分镜脚本",
            "class": "视频文案",
            "model_id": "dCKqAk49",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "",
                    "type": "input_30",
                    "sample": "蛋白棒",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "音乐舞蹈类",
                        "美妆类",
                        "情感类",
                        "萌宠类",
                        "恶搞类",
                        "微纪录片",
                        "网红IP类",
                        "搞笑类",
                        "情境短剧",
                        "技能分享",
                        "街头采访",
                        "创意剪辑"
                    ],
                    "type": "select",
                    "sample": "搞笑类",
                    "name": "视频类型"
                },
                {
                    "id": "content_type",
                    "label": [
                        "对话式",
                        "独白式"
                    ],
                    "type": "select",
                    "sample": "对话式",
                    "name": "剧本类型"
                },
                {
                    "id": "style",
                    "label": [
                        "转折",
                        "悬疑",
                        "惊喜",
                        "平淡"
                    ],
                    "type": "input_30",
                    "sample": "转折",
                    "name": "剧情风格"
                },
                {
                    "id": "description",
                    "label": "无蔗糖低热量,减脂期补充高蛋白",
                    "type": "input_800",
                    "sample": "无蔗糖低热量,减脂期补充高蛋白",
                    "name": "内容描述"
                }
            ],
            "title": "拍摄剧本",
            "class": "视频文案",
            "model_id": "tKyUDCKz",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "product_type",
                    "label": "",
                    "type": "input_30",
                    "sample": "蛋白棒",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "音乐舞蹈类",
                        "美妆类",
                        "情感类",
                        "萌宠类",
                        "恶搞类",
                        "微纪录片",
                        "网红IP类",
                        "搞笑类",
                        "情境短剧",
                        "技能分享",
                        "街头采访",
                        "创意剪辑"
                    ],
                    "type": "select",
                    "sample": "搞笑类",
                    "name": "视频类型"
                },
                {
                    "id": "central_idea",
                    "label": "无蔗糖低热量,减脂期补充高蛋白",
                    "type": "input",
                    "sample": "无蔗糖低热量,减脂期补充高蛋白",
                    "name": "视频主题"
                }
            ],
            "title": "视频拍摄大纲",
            "class": "视频文案",
            "model_id": "ehTXgaYd",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "剃须刀"
                    ],
                    "type": "search",
                    "sample": [
                        "剃须刀"
                    ],
                    "name": "产品",
                    "search_name": "category"
                },
                {
                    "id": "industry",
                    "label": [
                        "快速消费品",
                        "家居建材",
                        "服装配饰",
                        "3C及电器",
                        "食品饮料",
                        "教育培训",
                        "零售",
                        "文体娱乐"
                    ],
                    "type": "select",
                    "sample": "3C及电器",
                    "name": "所属行业"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "三合一剃须刀,剃须不留渣!德国精工剃须刀",
                    "name": "产品介绍"
                },
                {
                    "id": "content_type",
                    "label": [
                        "对话式",
                        "独白式"
                    ],
                    "type": "select",
                    "sample": "对话式",
                    "name": "脚本类型"
                },
                {
                    "id": "keywords",
                    "label": [
                        "多功能",
                        "大马力",
                        "鼻毛修剪器"
                    ],
                    "type": "tags",
                    "sample": [
                        "多功能",
                        "大马力",
                        "鼻毛修剪器"
                    ],
                    "name": "核心卖点",
                    "search_name": "keywords"
                }
            ],
            "title": "直播脚本",
            "class": "视频文案",
            "model_id": "sNKg5CYU",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "institute_name",
                    "label": [
                        "必优科技"
                    ],
                    "type": "input_30",
                    "sample": "必优科技",
                    "name": "机构名称"
                },
                {
                    "id": "institute_type",
                    "label": [
                        "初创企业",
                        "上市公司",
                        "国企/央企",
                        "世界500强",
                        "外资企业",
                        "大型民企",
                        "普通民企",
                        "独角兽企业",
                        "事业单位",
                        "公益组织",
                        "民间团体"
                    ],
                    "type": "select",
                    "sample": "初创企业",
                    "name": "机构类型"
                },
                {
                    "id": "industry",
                    "label": [
                        "互联网",
                        "法律",
                        "人工智能",
                        "金融",
                        "医疗",
                        "大健康"
                    ],
                    "type": "search",
                    "sample": "人工智能",
                    "name": "所属行业"
                },
                {
                    "id": "vision",
                    "label": "让内容创作更简单",
                    "type": "input",
                    "sample": "让内容创作更简单",
                    "name": "机构愿景"
                }
            ],
            "title": "企业宣传片脚本",
            "class": "视频文案",
            "model_id": "TDhRVX9k",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "小米纳米加湿器"
                    ],
                    "type": "input_30",
                    "sample": [
                        "小米纳米加湿器"
                    ],
                    "name": "产品名称"
                },
                {
                    "id": "central_idea",
                    "label": [
                        "618大促,让用户同理心打造产品的匠心"
                    ],
                    "type": "input",
                    "sample": [
                        "618大促,让用户同理心打造产品的匠心"
                    ],
                    "name": "营销诉求"
                },
                {
                    "id": "content_type",
                    "label": [
                        "广告标语",
                        "短文案",
                        "诗句式",
                        "促销式"
                    ],
                    "type": "select",
                    "sample": [
                        "广告标语"
                    ],
                    "name": "文案类型"
                },
                {
                    "id": "tune",
                    "label": [
                        "专业",
                        "友好",
                        "活泼",
                        "文艺",
                        "情怀"
                    ],
                    "type": "select",
                    "sample": [
                        "专业"
                    ],
                    "name": "文案调性"
                }
            ],
            "title": "海报文案",
            "class": "电商文案",
            "model_id": "MbPzHnHq",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "小米纳米加湿器"
                    ],
                    "type": "search",
                    "sample": [
                        "小米纳米加湿器"
                    ],
                    "name": "产品名称",
                    "search_name": "category"
                },
                {
                    "id": "content_type",
                    "label": [
                        "使用场景",
                        "用户痛点",
                        "品牌故事",
                        "产品介绍",
                        "设计说明",
                        "竞品对比"
                    ],
                    "type": "select",
                    "sample": [
                        "使用场景"
                    ],
                    "name": "描述要点"
                },
                {
                    "id": "tune",
                    "label": [
                        "专业",
                        "友好",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": [
                        "专业"
                    ],
                    "name": "文案调性"
                },
                {
                    "id": "keywords",
                    "label": [
                        "纳米除菌",
                        "空气加湿",
                        "夜灯"
                    ],
                    "type": "tags",
                    "sample": [
                        "纳米除菌",
                        "空气加湿",
                        "夜灯"
                    ],
                    "name": "关键词",
                    "search_name": "keywords"
                }
            ],
            "title": "电商产品描述",
            "class": "电商文案",
            "model_id": "r8Qkge3X",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "institute_name",
                    "label": [
                        "小米旗舰店"
                    ],
                    "type": "search",
                    "sample": [
                        "小米旗舰店"
                    ],
                    "name": "店铺名称"
                },
                {
                    "id": "business",
                    "label": [],
                    "type": "input",
                    "sample": [
                        "各类智能家居用品,包括手机、电视、空调、冰箱等电器,助力构建完整的智能家居生态链"
                    ],
                    "name": "主营业务",
                    "search_name": "target"
                },
                {
                    "id": "content_type",
                    "label": [
                        "品牌介绍",
                        "店铺介绍"
                    ],
                    "type": "select",
                    "sample": [
                        "店铺介绍"
                    ],
                    "name": "文案类型"
                },
                {
                    "id": "tune",
                    "label": [
                        "专业",
                        "友好",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": [
                        "专业"
                    ],
                    "name": "语气"
                }
            ],
            "title": "店铺介绍",
            "class": "电商文案",
            "model_id": "7GPQa5er",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "韦尼克"
                    ],
                    "type": "search",
                    "sample": [
                        "韦尼克"
                    ],
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "手机"
                    ],
                    "type": "input_30",
                    "sample": [
                        "手机"
                    ],
                    "name": "产品名称",
                    "search_name": "target"
                },
                {
                    "id": "tune",
                    "label": [
                        "专业",
                        "友好",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": [
                        "专业"
                    ],
                    "name": "语气"
                }
            ],
            "title": "售后说明",
            "class": "电商文案",
            "model_id": "ctBNpuwn",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "PartyBaby",
                        "扬子",
                        "世麦",
                        "煜灿",
                        "小米",
                        "京品家电"
                    ],
                    "type": "search",
                    "sample": [
                        "小米"
                    ],
                    "name": "品牌",
                    "search_return": "target"
                },
                {
                    "id": "category",
                    "label": [
                        "烤肠机",
                        "绞肉机",
                        "吸尘器",
                        "活面机",
                        "空气炸锅",
                        "空调"
                    ],
                    "type": "search",
                    "sample": [
                        "吸尘器"
                    ],
                    "name": "产品类型",
                    "search_return": "target"
                },
                {
                    "id": "grade",
                    "label": [
                        "好评",
                        "差评",
                        "中评"
                    ],
                    "type": "select",
                    "sample": [
                        "好评"
                    ],
                    "name": "评价类型"
                }
            ],
            "title": "电商售后评论",
            "class": "电商文案",
            "model_id": "W5vv7eyZ",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Copydone"
                    ],
                    "type": "search",
                    "sample": "Copydone",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "AI marketing copy generator",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "AI marketing copy generator"
                    ],
                    "name": "产品类型"
                }
            ],
            "title": "Google Ad.",
            "class": "出海文案",
            "model_id": "BqwyYfSd",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Copydone"
                    ],
                    "type": "search",
                    "sample": "Copydone",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "AI marketing copy generator",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "AI marketing copy generator"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "content_type",
                    "label": [
                        "Promotion",
                        "Brand buliding"
                    ],
                    "type": "select",
                    "sample": [
                        "Promotion"
                    ],
                    "name": "推广诉求"
                }
            ],
            "title": "Facebook Ad.",
            "class": "出海文案",
            "model_id": "ZW2R4SGj",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Copydone"
                    ],
                    "type": "search",
                    "sample": "Copydone",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "AI marketing copy generator",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "AI marketing copy generator"
                    ],
                    "name": "产品类型"
                }
            ],
            "title": "Twitter Post",
            "class": "出海文案",
            "model_id": "uJ4dfwe9",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Copydone"
                    ],
                    "type": "search",
                    "sample": "Copydone",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "AI marketing copy generator",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "AI marketing copy generator"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "copydone new model luanch"
                    ],
                    "type": "input",
                    "sample": [
                        "copydone new model luanch"
                    ],
                    "name": "推广主题"
                },
                {
                    "id": "content_type",
                    "label": [
                        "Blogger",
                        "Brander"
                    ],
                    "type": "select",
                    "sample": [
                        "Brander"
                    ],
                    "name": "博主类型"
                }
            ],
            "title": "Instagram",
            "class": "出海文案",
            "model_id": "u52btQbe",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "AI marketing copy generator",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "AI marketing copy generator"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "content_type",
                    "label": [
                        "Follow",
                        "Promotion",
                        "Brand building"
                    ],
                    "type": "select",
                    "sample": [
                        "Follow"
                    ],
                    "name": "营销诉求"
                }
            ],
            "title": "Pinterest Post",
            "class": "出海文案",
            "model_id": "g5cRMqYa",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "Copydone。",
                    "type": "input_30",
                    "sample": "Copydone",
                    "name": "营销主题/主体",
                    "search_name": "target"
                },
                {
                    "id": "question",
                    "label": "What is a good online copy generating tool",
                    "type": "input",
                    "sample": "What is a good online copy generating tool",
                    "name": "问题描述",
                    "search_name": "description"
                }
            ],
            "title": "Quora Answer",
            "class": "出海文案",
            "model_id": "5jVRjvWB",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "RRigo",
                        "Nintendo"
                    ],
                    "type": "search",
                    "sample": "RRigo",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "smartwatch",
                        "paintbrushes",
                        "stocking",
                        "Ball Weave",
                        "PomPom Maker"
                    ],
                    "type": "search",
                    "sample": [
                        "Ball Weave",
                        "PomPom Maker"
                    ],
                    "name": "产品类型",
                    "search_name": "target"
                },
                {
                    "id": "description",
                    "label": "Pom Pom Maker, 4 Sizes Pompom Maker Tool Set for Fluff Ball Weave DIY Wool Yarn Knitting Craft Project for Kids and Adult - RRigo",
                    "type": "input",
                    "sample": "Pom Pom Maker, 4 Sizes Pompom Maker Tool Set for Fluff Ball Weave DIY Wool Yarn Knitting Craft Project for Kids and Adult - RRigo",
                    "name": "产品介绍"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "yarn",
                        "Knitting",
                        "Wool"
                    ],
                    "type": "tags",
                    "sample": [
                        "yarn",
                        "Knitting",
                        "Wool"
                    ],
                    "name": "核心卖点"
                }
            ],
            "title": "Amazon",
            "class": "出海文案",
            "model_id": "UZBeGBHq",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "xiaomi"
                    ],
                    "type": "input_30",
                    "sample": [
                        "xiaomi"
                    ],
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "humidifier"
                    ],
                    "type": "input_30",
                    "sample": [
                        "humidifier"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "Autumn and winter drying, indoor humidification artifact "
                    ],
                    "type": "input",
                    "sample": "Autumn and winter drying, indoor humidification artifact ",
                    "name": "主题描述"
                },
                {
                    "id": "content_type",
                    "label": [
                        "Use scenario",
                        "User story",
                        "Brand story",
                        "Product description",
                        "Product bulletpoints",
                        "Design illustration",
                        "Comparison",
                        "SEO title",
                        "SEO description"
                    ],
                    "type": "select",
                    "sample": [
                        "Use scenario"
                    ],
                    "name": "文案类型"
                },
                {
                    "id": "target_group",
                    "label": [
                        "Women",
                        "Man",
                        "Children",
                        "Unmarried",
                        "The elderly"
                    ],
                    "type": "search",
                    "sample": [
                        "Women"
                    ],
                    "name": "目标群体"
                },
                {
                    "id": "tune",
                    "label": [
                        "Professional",
                        "Friendly",
                        "Vivid",
                        "Humorous"
                    ],
                    "type": "select",
                    "sample": [
                        "Professional"
                    ],
                    "name": "文案调性"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "Nano sterilization",
                        "Air humidification",
                        "Night light"
                    ],
                    "type": "tags",
                    "sample": [
                        "Nano sterilization",
                        "Air humidification",
                        "Night light"
                    ],
                    "name": "关键词"
                }
            ],
            "title": "Shopify",
            "class": "出海文案",
            "model_id": "jRdJFdja",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "dzazner"
                    ],
                    "type": "search",
                    "sample": "dzazner",
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "card",
                        "Product",
                        "material"
                    ],
                    "type": "search",
                    "sample": [
                        "card"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": "dzazner HD Printed Full Panel Laptop Skin Sticker Vinyl Fits Size Upto 15 inches No Residue, Bubble Free - Astronaut Outer Space Stars Vinyl Laptop Decal 15.6",
                    "type": "input",
                    "sample": "dzazner HD Printed Full Panel Laptop Skin Sticker Vinyl Fits Size Upto 15 inches No Residue, Bubble Free - Astronaut Outer Space Stars Vinyl Laptop Decal 15.6",
                    "name": "产品介绍"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "differentiates",
                        "outside",
                        "Waterproof"
                    ],
                    "type": "tags",
                    "sample": [
                        "differentiates",
                        "outside",
                        "Waterproof"
                    ],
                    "name": "核心卖点"
                }
            ],
            "title": "Flipkart",
            "class": "出海文案",
            "model_id": "YAVhKAFy",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "OEM"
                    ],
                    "type": "search",
                    "sample": "OEM",
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "Case"
                    ],
                    "type": "search",
                    "sample": [
                        "Case"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": "CrashStar Soft Transparent Shockproof Phone Case With Card Slot Holder For iPhone 14 13 12 11 Pro Max Mini XS X XR 8 7 Plus + SE 2020 Clear Silicone Phone Casing Anti-fall Phone Cover With Full Cover Camera Protection Shell Hot Sale",
                    "type": "input",
                    "sample": "CrashStar Soft Transparent Shockproof Phone Case With Card Slot Holder For iPhone 14 13 12 11 Pro Max Mini XS X XR 8 7 Plus + SE 2020 Clear Silicone Phone Casing Anti-fall Phone Cover With Full Cover Camera Protection Shell Hot Sale",
                    "name": "产品介绍"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "stylish",
                        "colors",
                        "lightweight"
                    ],
                    "type": "tags",
                    "sample": [
                        "stylish",
                        "colors",
                        "lightweight"
                    ],
                    "name": "核心卖点"
                }
            ],
            "title": "Lazada",
            "class": "出海文案",
            "model_id": "znjY6VEX",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "Sagebrook Home",
                        "One Bella Casa",
                        "Pillow Perfect",
                        "Vintage Home",
                        "Elrene"
                    ],
                    "type": "search",
                    "sample": [
                        "Sagebrook Home"
                    ],
                    "name": "品牌",
                    "search_return": "brand"
                },
                {
                    "id": "category",
                    "label": [
                        "bookcase",
                        "curtain",
                        "pillows",
                        "vase",
                        "hangers"
                    ],
                    "type": "search",
                    "sample": [
                        "bookcase"
                    ],
                    "name": "产品类型",
                    "search_name": "target"
                },
                {
                    "id": "description",
                    "label": "“Iron 25” Sailboat W/ Cloth Sails, Multi",
                    "type": "input",
                    "sample": "“Iron 25”Sailboat W/ Cloth Sails, Multi",
                    "name": "产品介绍"
                },
                {
                    "id": "en_keywords",
                    "label": [
                        "adding to your favorite",
                        "Sailboat",
                        "desks",
                        "cloths"
                    ],
                    "type": "tags",
                    "sample": [
                        "adding to your favorite",
                        "Sailboat",
                        "desks",
                        "cloths"
                    ],
                    "name": "核心卖点"
                }
            ],
            "title": "Overstock",
            "class": "出海文案",
            "model_id": "5nYVAmuJ",
            "language": "en"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "特斯拉",
                        "宝马",
                        "大众",
                        "雷克萨斯",
                        "传祺"
                    ],
                    "type": "search",
                    "sample": "宝马",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "新款节能电车,低能耗,高功率",
                    "type": "input",
                    "sample": "新款节能电车,低能耗,高功率",
                    "name": "汽车介绍",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "车型",
                        "四驱",
                        "电动车",
                        "合金",
                        "隐藏式",
                        "智能"
                    ],
                    "type": "tags",
                    "sample": [
                        "车型",
                        "四驱",
                        "电动车",
                        "合金",
                        "隐藏式",
                        "智能"
                    ],
                    "name": "核心卖点",
                    "search_return": "keywords"
                }
            ],
            "title": "汽车测评",
            "class": "商品文案",
            "model_id": "CvGN2NcX",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "华为"
                    ],
                    "type": "search",
                    "sample": [
                        "华为"
                    ],
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "category",
                    "label": "华为MatePad 11(6GB/128GB/WLAN)",
                    "type": "input",
                    "sample": "华为MatePad 11(6GB/128GB/WLAN)",
                    "name": "测评主体",
                    "search_name": "category"
                },
                {
                    "id": "industry",
                    "label": [
                        "手机",
                        "笔记本",
                        "平板电脑",
                        "数码相机",
                        "DIY硬件",
                        "数码产品",
                        "大家电",
                        "厨卫电器",
                        "办公打印",
                        "服务器",
                        "汽车电子"
                    ],
                    "type": "select",
                    "sample": "手机",
                    "name": "测评场景"
                },
                {
                    "id": "content_type",
                    "label": [
                        "专业详实",
                        "生动形象",
                        "精准概括",
                        "全面细致",
                        "引人入胜",
                        "客观公正",
                        "语言简洁",
                        "着重亮点",
                        "合理推荐"
                    ],
                    "type": "select",
                    "sample": "客观公正",
                    "name": "文案风格"
                }
            ],
            "title": "数码产品测评",
            "class": "行业推广",
            "model_id": "WkgMHXWv",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "墨镜",
                    "type": "input",
                    "sample": "墨镜",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "生活场景",
                        "工作场景",
                        "娱乐场景",
                        "休闲场景",
                        "社交场景"
                    ],
                    "type": "select",
                    "sample": "生活场景",
                    "name": "内容场景"
                },
                {
                    "id": "season",
                    "label": [
                        "春季",
                        "夏季",
                        "秋季",
                        "冬季"
                    ],
                    "type": "select",
                    "sample": "夏季",
                    "name": "季节"
                }
            ],
            "title": "时尚穿搭",
            "class": "行业推广",
            "model_id": "A4ZHE2zF",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "area",
                    "label": [
                        "潮州"
                    ],
                    "type": "search",
                    "sample": "潮州",
                    "name": "地区"
                },
                {
                    "id": "content_type",
                    "label": [
                        "景点",
                        "住宿",
                        "餐饮/美食",
                        "本地特产",
                        "本地特色",
                        "旅游攻略"
                    ],
                    "type": "select",
                    "sample": "餐饮/美食",
                    "name": "场景主题"
                },
                {
                    "id": "description",
                    "label": "潮汕的蚝鲜美肥嫩,饱满的珍珠蚝,嵌在炸得酥脆的面浆中,蘸取的鱼露更是增加了蚝的鲜味",
                    "type": "input",
                    "sample": "潮汕的蚝鲜美肥嫩,饱满的珍珠蚝,嵌在炸得酥脆的面浆中,蘸取的鱼露更是增加了蚝的鲜味",
                    "name": "主题描述"
                },
                {
                    "id": "keywords",
                    "label": [
                        "鲜美",
                        "酥脆",
                        "回味无穷"
                    ],
                    "type": "tags",
                    "sample": [
                        "鲜美",
                        "酥脆",
                        "回味无穷"
                    ],
                    "name": "关键信息"
                }
            ],
            "title": "旅游出行",
            "class": "行业推广",
            "model_id": "rEzVdRHy",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "activity_name",
                    "label": [
                        "性感蜕变重生,焕发女人性感魅力"
                    ],
                    "type": "input",
                    "sample": "性感蜕变重生,焕发女人性感魅力",
                    "name": "活动主题"
                },
                {
                    "id": "activity_type",
                    "label": [
                        "亲子",
                        "丽人",
                        "创业",
                        "公益",
                        "展览",
                        "互联网",
                        "企业服务",
                        "兴趣培养",
                        "运动健身",
                        "交友聚会",
                        "职业培训",
                        "线上活动",
                        "行业活动"
                    ],
                    "type": "select",
                    "sample": "运动健身",
                    "name": "活动类型"
                }
            ],
            "title": "活动策划",
            "class": "行业推广",
            "model_id": "Mj7YVQg2",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "韦尼克"
                    ],
                    "type": "search",
                    "sample": "韦尼克",
                    "name": "品牌",
                    "search_name": "brand"
                },
                {
                    "id": "content_type",
                    "label": [
                        "水族用品",
                        "宠物营养",
                        "宠物粮食",
                        "宠物玩具服饰",
                        "宠物出行装备",
                        "宠物医护美容",
                        "宠物家居日用"
                    ],
                    "type": "select",
                    "sample": "宠物粮食",
                    "name": "商品类型"
                },
                {
                    "id": "description",
                    "label": [
                        "无谷鸡肉全阶段猫粮"
                    ],
                    "type": "input",
                    "sample": "无谷鸡肉全阶段猫粮",
                    "name": "商品描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "猫粮",
                        "强化免疫",
                        "护肤美毛",
                        "适合全年龄段"
                    ],
                    "type": "tags",
                    "sample": [
                        "猫粮",
                        "强化免疫",
                        "护肤美毛",
                        "适合全年龄段"
                    ],
                    "name": "关键信息",
                    "search_name": "keywords"
                }
            ],
            "title": "宠物生活",
            "class": "行业推广",
            "model_id": "v7C7Cjdf",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": "公积金购房",
                    "type": "input",
                    "sample": "公积金购房",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "楼盘推介",
                        "房产销售",
                        "金融服务",
                        "活动宣传",
                        "应急响应",
                        "业绩成就"
                    ],
                    "type": "select",
                    "sample": "金融服务",
                    "name": "内容场景"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "公积金可付首付!超20省市已执行这一购房新政",
                    "name": "内容描述"
                },
                {
                    "id": "content_type",
                    "label": [
                        "营销型",
                        "服务型",
                        "故事型",
                        "稳健型",
                        "时尚型"
                    ],
                    "type": "select",
                    "sample": "营销型",
                    "name": "内容风格"
                }
            ],
            "title": "房地产文案",
            "class": "行业推广",
            "model_id": "dJKdJtuG",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "浴霸"
                    ],
                    "type": "search",
                    "sample": [
                        "浴霸"
                    ],
                    "name": "营销主题/主体",
                    "search_name": "central_idea"
                },
                {
                    "id": "content_type",
                    "label": [
                        "产品介绍",
                        "产品测评"
                    ],
                    "type": "select",
                    "sample": "产品测评",
                    "name": "文案类型"
                },
                {
                    "id": "category",
                    "label": [
                        "家电",
                        "涂料",
                        "建材",
                        "家具",
                        "卫浴",
                        "门窗",
                        "软装",
                        "瓷砖"
                    ],
                    "type": "select",
                    "sample": "家电",
                    "name": "产品类型"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "高效除菌,疾速送暖,健康生活更安心!奥普净暖浴霸QTP8026A评测来了",
                    "name": "内容描述",
                    "search_name": "deacription"
                }
            ],
            "title": "家居家装",
            "class": "行业推广",
            "model_id": "kqNn9drt",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "central_idea",
                    "label": [
                        "等离子电视"
                    ],
                    "type": "search",
                    "sample": [
                        "等离子电视"
                    ],
                    "name": "营销主题/主体",
                    "search_name": "central_idea"
                },
                {
                    "id": "category",
                    "label": [
                        "清洁电器",
                        "厨房电器",
                        "制冷电器",
                        "空调器",
                        "电暖器具",
                        "整容保健电器",
                        "声像电器"
                    ],
                    "type": "select",
                    "sample": "声像电器",
                    "name": "家电类型"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "等离子电视是利用两块玻璃基板之间的气体来显现出色彩丰富而生动的画面",
                    "name": "内容描述",
                    "search_name": "description"
                },
                {
                    "id": "content_type",
                    "label": [
                        "实用型",
                        "竞争型",
                        "赞美型"
                    ],
                    "type": "select",
                    "sample": "实用型",
                    "name": "内容风格"
                }
            ],
            "title": "家电行情",
            "class": "行业推广",
            "model_id": "7U3zhSGy",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "game",
                    "label": "原神",
                    "type": "input",
                    "sample": "原神",
                    "name": "游戏名称"
                },
                {
                    "id": "scene",
                    "label": [
                        "动作",
                        "策略",
                        "放置",
                        "单机",
                        "休闲",
                        "解密",
                        "射击",
                        "多人",
                        "音乐",
                        "剧情",
                        "武侠",
                        "Roguelike",
                        "女性向",
                        "二次元",
                        "沙盒生存",
                        "模拟经营",
                        "独立游戏"
                    ],
                    "type": "select",
                    "sample": [
                        "动作"
                    ],
                    "name": "游戏分类"
                },
                {
                    "id": "grade",
                    "label": [
                        "好评",
                        "中评",
                        "差评"
                    ],
                    "type": "select",
                    "sample": [
                        "好评"
                    ],
                    "name": "评论等级"
                },
                {
                    "id": "keywords",
                    "label": [
                        "加载速度",
                        "流畅性",
                        "画质清晰",
                        "福利礼包"
                    ],
                    "type": "tags",
                    "sample": [
                        "加载速度",
                        "流畅性",
                        "画质清晰",
                        "福利礼包"
                    ],
                    "name": "关键信息"
                }
            ],
            "title": "游戏评论",
            "class": "行业推广",
            "model_id": "tEezzUNs",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": [
                        "奇迹抗笑纹眼霜"
                    ],
                    "type": "search",
                    "sample": "奇迹抗笑纹眼霜",
                    "name": "产品类型",
                    "return": "brand"
                },
                {
                    "id": "brand",
                    "label": [
                        "碧欧泉"
                    ],
                    "type": "search",
                    "sample": [
                        "碧欧泉"
                    ],
                    "name": "品牌查询",
                    "search_name": "brand"
                },
                {
                    "id": "description",
                    "label": "",
                    "type": "input",
                    "sample": "新增5大抗皱有效成分",
                    "name": "卖点描述",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "奇迹系列",
                        "去黑眼圈",
                        "提拉紧致",
                        "淡化眼纹"
                    ],
                    "type": "tags",
                    "sample": [
                        "奇迹系列",
                        "去黑眼圈",
                        "提拉紧致",
                        "淡化眼纹"
                    ],
                    "name": "关键词",
                    "search_name": "keywords"
                }
            ],
            "title": "化妆品",
            "class": "行业推广",
            "model_id": "FHBApXWS",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "store_name",
                    "label": "韦尼克中餐厅",
                    "type": "input",
                    "sample": "韦尼克中餐厅",
                    "name": "店家"
                },
                {
                    "id": "category",
                    "label": [
                        "酸奶",
                        "鸡翅",
                        "百香果汁",
                        "芝士饼"
                    ],
                    "type": "search",
                    "sample": [
                        "鸡翅"
                    ],
                    "name": "美食产品",
                    "search_name": "category"
                },
                {
                    "id": "description",
                    "label": "无辣不欢鸡翅煲",
                    "type": "input",
                    "sample": "无辣不欢鸡翅煲",
                    "name": "食品介绍",
                    "search_name": "description"
                },
                {
                    "id": "keywords",
                    "label": [
                        "辣椒粉",
                        "料酒",
                        "孜然粒",
                        "酱汁"
                    ],
                    "type": "tags",
                    "sample": [
                        "辣椒粉",
                        "料酒",
                        "孜然粒",
                        "酱汁"
                    ],
                    "name": "关键词",
                    "search_name": "keywords"
                }
            ],
            "title": "美食探店",
            "class": "行业推广",
            "model_id": "eCXFMKQn",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": "百雀羚",
                    "type": "input_30",
                    "sample": "百雀羚",
                    "name": "营销主题/主体"
                },
                {
                    "id": "festival",
                    "label": [
                        "双十一",
                        "6.18",
                        "圣诞节"
                    ],
                    "type": "input_30",
                    "sample": "双十一",
                    "name": "营销节点"
                },
                {
                    "id": "content_type",
                    "label": [
                        "活动预热",
                        "活动宣传",
                        "活动回顾"
                    ],
                    "type": "select",
                    "sample": "活动预热",
                    "name": "文案类型"
                },
                {
                    "id": "style",
                    "label": [
                        "欢快",
                        "简明",
                        "婉约",
                        "幽默",
                        "直叙"
                    ],
                    "type": "select",
                    "sample": "欢快",
                    "name": "文案风格"
                }
            ],
            "title": "营销节点推广",
            "class": "市场文案",
            "model_id": "xyZcJaXb",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "category",
                    "label": "copydone AI",
                    "type": "input_30",
                    "sample": "copydone AI",
                    "name": "营销主题/主体"
                },
                {
                    "id": "scene",
                    "label": [
                        "食品",
                        "保健品",
                        "数码产品",
                        "运动健身",
                        "服装鞋帽",
                        "美容护肤",
                        "高端消费品",
                        "家居日用品",
                        "互联网产品"
                    ],
                    "type": "select",
                    "sample": "互联网产品",
                    "name": "场景分类"
                },
                {
                    "id": "content_type",
                    "label": [
                        "微笑式",
                        "描述式",
                        "俏皮式",
                        "动感式",
                        "独特式",
                        "参与式",
                        "梦幻式",
                        "承诺式",
                        "拟人式"
                    ],
                    "type": "select",
                    "sample": "描述式",
                    "name": "口号风格"
                }
            ],
            "title": "广告slogan",
            "class": "市场文案",
            "model_id": "9xbg9C9k",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "institute_name",
                    "label": [
                        "珠海必优科技有限公司"
                    ],
                    "type": "search",
                    "sample": "珠海必优科技有限公司",
                    "name": "公司名称",
                    "search_return": "company_name"
                },
                {
                    "id": "industry",
                    "label": [
                        "IT",
                        "广告",
                        "机械",
                        "建设工程",
                        "教育",
                        "金融",
                        "零售",
                        "旅游",
                        "能源",
                        "农业牧渔",
                        "汽车",
                        "物流",
                        "医疗健康",
                        "其它"
                    ],
                    "type": "select",
                    "sample": "IT",
                    "name": "行业",
                    "search_name": "industry"
                },
                {
                    "id": "keywords",
                    "label": [
                        "copydone",
                        "一键生成营销文案",
                        "AIGC",
                        "人工智能"
                    ],
                    "type": "tags",
                    "sample": [
                        "copydone",
                        "一键生成营销文案",
                        "AIGC",
                        "人工智能"
                    ],
                    "name": "关键信息",
                    "search_name": "keywords"
                }
            ],
            "title": "公司介绍",
            "class": "市场文案",
            "model_id": "uyYTnUfw",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "艾美丽",
                        "匹克",
                        "格力",
                        "飞鹤",
                        "茅台"
                    ],
                    "type": "input_30",
                    "sample": "飞鹤",
                    "name": "品牌"
                },
                {
                    "id": "category",
                    "label": [
                        "面部护理",
                        "运动器材",
                        "灯具灯饰",
                        "奶粉",
                        "消费金融",
                        "健康营养品"
                    ],
                    "type": "input_30",
                    "sample": [
                        "奶粉"
                    ],
                    "name": "产品类型"
                },
                {
                    "id": "scene",
                    "label": [
                        "个护化妆",
                        "服饰鞋包",
                        "家居家装",
                        "金融服务",
                        "母婴用品",
                        "配饰腕表",
                        "日用百货",
                        "食品生鲜",
                        "图书音像",
                        "玩模乐器",
                        "艺术收藏",
                        "运动户外"
                    ],
                    "type": "select",
                    "sample": "母婴用品",
                    "name": "所属行业"
                },
                {
                    "id": "tune",
                    "label": [
                        "专业",
                        "友好",
                        "活泼",
                        "文艺"
                    ],
                    "type": "select",
                    "sample": [
                        "专业"
                    ],
                    "name": "文案调性"
                }
            ],
            "title": "品牌介绍",
            "class": "市场文案",
            "model_id": "DQRjT2Em",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "brand",
                    "label": [
                        "物志生活馆"
                    ],
                    "type": "input_30",
                    "sample": "物志生活馆",
                    "name": "品牌名称"
                },
                {
                    "id": "category",
                    "label": [
                        "家具",
                        "家居用品",
                        "文具",
                        "人工智能"
                    ],
                    "type": "input_30",
                    "sample": "家居用品",
                    "name": "主营产品"
                },
                {
                    "id": "Intellectual_Property",
                    "label": [
                        "鸭嘴兽"
                    ],
                    "type": "input",
                    "sample": [
                        "鸭嘴兽"
                    ],
                    "name": "IP名称"
                },
                {
                    "id": "tune",
                    "label": [
                        "文艺",
                        "活泼",
                        "专业",
                        "幽默",
                        "可爱"
                    ],
                    "type": "select",
                    "sample": [
                        "文艺"
                    ],
                    "name": "文案风格"
                }
            ],
            "title": "IP形象介绍",
            "class": "市场文案",
            "model_id": "EQdaJTHf",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "image_url",
                    "label": [],
                    "type": "imagetotext",
                    "sample": "",
                    "name": "上传配图"
                },
                {
                    "id": "central_idea",
                    "label": [
                        "开在居民楼里的咖啡馆探店"
                    ],
                    "type": "input_30",
                    "sample": "开在居民楼里的咖啡馆探店",
                    "name": "主题"
                },
                {
                    "id": "content_type",
                    "label": [
                        "种草文案",
                        "测评文案",
                        "探店文案",
                        "游记文案",
                        "朋友圈文案"
                    ],
                    "type": "select",
                    "sample": "种草文案",
                    "name": "文案类型",
                    "choose": true
                },
                {
                    "id": "tune",
                    "label": [
                        "友好",
                        "活泼",
                        "接地气",
                        "文艺",
                        "专业"
                    ],
                    "type": "select",
                    "sample": "文艺",
                    "name": "文案语气"
                },
                {
                    "id": "keywords",
                    "label": [
                        "小清新",
                        "日式",
                        "精致"
                    ],
                    "type": "tags",
                    "sample": [
                        "小清新",
                        "日式",
                        "精致"
                    ],
                    "name": "关键词"
                }
            ],
            "title": "社媒配图文案",
            "class": "配图文案",
            "model_id": "yAgsyX43",
            "language": "zh"
        },
        {
            "params": [
                {
                    "id": "image_url",
                    "label": [],
                    "type": "imagetotext",
                    "sample": "",
                    "name": "上传配图"
                },
                {
                    "id": "category",
                    "label": [
                        "项链",
                        "耳环",
                        "鞋子",
                        "服饰",
                        "帽子"
                    ],
                    "type": "input_30",
                    "sample": "项链",
                    "name": "产品"
                },
                {
                    "id": "content_type",
                    "label": [
                        "产品介绍文案",
                        "材质说明文案",
                        "品牌调性文案",
                        "产品细节文案",
                        "设计说明文案"
                    ],
                    "type": "select",
                    "sample": "产品介绍文案",
                    "name": "文案类型",
                    "choose": true
                },
                {
                    "id": "tune",
                    "label": [
                        "友好",
                        "活泼",
                        "接地气",
                        "文艺",
                        "专业"
                    ],
                    "type": "select",
                    "sample": "活泼",
                    "name": "文案语气"
                },
                {
                    "id": "keywords",
                    "label": [
                        "复古",
                        "质感",
                        "绅士"
                    ],
                    "type": "tags",
                    "sample": [
                        "复古",
                        "质感",
                        "绅士"
                    ],
                    "name": "关键词"
                }
            ],
            "title": "电商配图文案",
            "class": "配图文案",
            "model_id": "yAgsyX4v",
            "language": "zh"
        }
    ]
}
参数备注
params调用入参
title模型名称
class模型分类
model_id模型唯一ID
language模型默认语言

(4)语言配置

语种示例

语种ID语种ID语种ID
中文zh英文en日本语jp
韩语kor法语fra西班牙语spa
泰语th阿拉伯语ara葡萄牙语pt
德语de意大利语it希腊语el
荷兰语nl波兰语pl保加利亚语bul
爱沙尼亚语est丹麦语dan芬兰语fin
捷克语cs罗马尼亚语rom斯洛文尼亚语slo
匈牙利语hu繁体中文cht越南语vie
json
[
  {
    "id": "zh",
    "value": "中文"
  },
  {
    "id": "en",
    "value": "英文"
  },
  {
    "id": "jp",
    "value": "日语"
  },
  {
    "id": "kor",
    "value": "韩语"
  },
  {
    "id": "fra",
    "value": "法语"
  },
  {
    "id": "spa",
    "value": "西班牙语"
  },
  {
    "id": "th",
    "value": "泰语"
  },
  {
    "id": "ara",
    "value": "阿拉伯语"
  },
  {
    "id": "pt",
    "value": "葡萄牙语"
  },
  {
    "id": "de",
    "value": "德语"
  },
  {
    "id": "it",
    "value": "意大利语"
  },
  {
    "id": "el",
    "value": "希腊语"
  },
  {
    "id": "nl",
    "value": "荷兰语"
  },
  {
    "id": "pl",
    "value": "波兰语"
  },
  {
    "id": "bul",
    "value": "保加利亚语"
  },
  {
    "id": "est",
    "value": "爱沙尼亚语"
  },
  {
    "id": "dan",
    "value": "丹麦语"
  },
  {
    "id": "fin",
    "value": "芬兰语"
  },
  {
    "id": "cs",
    "value": "捷克语"
  },
  {
    "id": "rom",
    "value": "罗马尼亚语"
  },
  {
    "id": "slo",
    "value": "斯洛文尼亚语"
  },
  {
    "id": "swe",
    "value": "瑞典语"
  },
  {
    "id": "hu",
    "value": "匈牙利语"
  },
  {
    "id": "cht",
    "value": "繁体中文"
  },
  {
    "id": "vie",
    "value": "越南语"
  }
]

步骤二:营销文案生成

1.说明

请求方式:POST

请求地址https://saas.api.yoo-ai.com/apps/copydone/article

2.请求参数

Headers

  • Token需要在韦尼克平台创建相关应用获取
名称类型必选说明示例值
AuthorizationstringAuthorization - Bearer TokenBearer Yoo-xxxxxxxxx

Body

名称类型必选说明
textstring模型入参组合
model_idstring模型ID
tostring输出语言
text_lengthstring控制返回文本,入参范围(短、中、长)
名称必填类型默认值说明
textJson模型入参组合
model_idstring模型ID
tostringzh输出语言

入参字段说明

字段字段说明
project项目名称,通常用在项目策划中
name姓名
Intellectual_propertyIP形象的名称
game游戏名称,常用在游戏相关的文案模型中
activity_type活动类型,常指营销活动的类型
activity_name活动名称,常指具体的营销活动名称
company_name公司名称或机构名称,用在以公司为主体的文案中
hotspots营销热点、热搜
format_markdownMarkdown文案的格式
n_text过滤词,过滤内容,不希望在文案中体现的内容
P_text希望文案呈现的内容
category产品类型,产品分类等
comparison对标产品,对标品牌,常用在测评或清单文案中,跟主要营销品牌对象做对比
brand品牌/产品名称
description文案的核心内容描述,比如产品背景信息的介绍,产品功能说明等等,核心是为模型补充更多产品或服务的背景信息,让文案内容更贴近产品本身
target_group文案的目标受众群体,同一产品的文案,针对不同的受众群体,会呈现不同的风格和语言特点
central_idea通常用在没有明确实体对象的营销文案中,告诉模型文案想要表达的中心思想是什么。
keywords关键词/核心卖点,即需要在文案中出现的关键词
scene文案的使用场景或分类等
industry产品或服务的所属行业
institue_type机构类型
insittue_name机构名称
business企业或机构的核心业务
vision企业或机构的愿景
area地区/地域
grade评级/等级
question目标问题,一般用在问答类内容生成模型中
season季节
festival节日/节点
text_length文案长度,文案篇幅
format文案格式
tune文案风格语气
content_type文案类型分类

3.请求示例

参数text使用JSON数组格式传递 text_length为固定字段,控制返回文本,入参范围(短、中、长)

json
{
    "model_id":"FrUWQZ6h",
    "text":{
        "brand": [
            "招商银行"
        ],
        "topic": [
            "金融保险"
        ],
        "content_type": [
            "活动推广"
        ],
        "tune": [
            "活泼"
        ],
        "keywords": [
            "金融",
            "领先",
            "展望",
            "产品质量",
            "社会责任",
            "优质服务"
        ],
        "activity_name":[
            "存500万,利息增加1‰"
        ],
        "text_length":"短"
    },
    "to":"zh"
}

4.响应参数

名称位置类型说明
codebodystring状态码
msgbodystring返回信息
databodystring数据体

5.响应示例

json
{
    "code": 200,
    "msg": "success",
    "data": "### 招商银行限时优惠活动<br><br>#### 活动描述:<br>招商银行现推出限时优惠活动,只要您在我们银行存入500万,即可享受利息增加1‰的特别优惠。<br><br>#### 活动优势:<br>- 高额存款,更多收益:只需500万存款,即可享受更高的利息回报,让您的资金获得更多增值机会。<br>- 限时优惠,不容错过:此活动时间有限,机会难得,赶快行动,抓住这个难得的机会。<br><br>#### 目标人群:<br>本次活动面向所有招商银行客户,无论您是个人客户还是企业客户,只要满足存款条件,均可参与。<br><br>#### 时间地点:<br>活动时间:即日起至XX年XX月XX日<br>活动地点:全国范围内所有招商银行网点<br><br>招商银行一直致力于为客户提供优质的金融服务,此次推出的优惠活动正是我们对客户的回馈。欢迎您莅临我行办理相关业务,共享这一难得的优惠福利。"
}