获取高级配置
接入前提
获取调用API所需的TOKEN
请参考鉴权
说明
接口描述 | 此接口用于获取高级配置数据。 | ||
接口地址 | /api/ai/chat/senior/option | 请求方式 | GET |
权限校验 | 是 |
请求示例
ts
curl --location --request POST 'https://co.aippt.cn/api/ai/chat/senior/option' \
--header 'x-api-key: {{apiKey}}' \
--header 'x-channel:' \
--header 'x-token: {{token}}' \
响应内容
响应示例
ts
{
"code": 0,
"data": [
{
"id": 1,
"parent_id": 0,
"name": "页数",
"key": "page",
"is_default": 0,
"is_c": 0,
"children": [
{
"id": 2,
"parent_id": 1,
"name": "15 - 20页",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 3,
"parent_id": 1,
"name": "20 - 30页",
"key": "",
"is_default": 1,
"is_beta": 0,
"children": null
},
{
"id": 4,
"parent_id": 1,
"name": "30 - 35页",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
}
]
},
{
"id": 5,
"parent_id": 0,
"name": "受众",
"key": "group",
"is_default": 0,
"is_beta": 0,
"children": [
{
"id": 6,
"parent_id": 5,
"name": "大众",
"key": "",
"is_default": 1,
"is_beta": 0,
"children": null
},
{
"id": 7,
"parent_id": 5,
"name": "投资者",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 8,
"parent_id": 5,
"name": "商业",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 9,
"parent_id": 5,
"name": "学生",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 10,
"parent_id": 5,
"name": "教师",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 11,
"parent_id": 5,
"name": "老板",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 12,
"parent_id": 5,
"name": "面试官",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 13,
"parent_id": 5,
"name": "员工",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 14,
"parent_id": 5,
"name": "同事同行",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 15,
"parent_id": 5,
"name": "在线访客",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 16,
"parent_id": 5,
"name": "组员",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
}
]
},
{
"id": 17,
"parent_id": 0,
"name": "场景",
"key": "scene",
"is_default": 0,
"is_beta": 0,
"children": [
{
"id": 18,
"parent_id": 17,
"name": "通用",
"key": "",
"is_default": 1,
"is_beta": 0,
"children": null
},
{
"id": 19,
"parent_id": 17,
"name": "分析报告",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 20,
"parent_id": 17,
"name": "教学课件",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 21,
"parent_id": 17,
"name": "宣传材料",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 22,
"parent_id": 17,
"name": "公众演讲",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 23,
"parent_id": 17,
"name": "在线媒体",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 24,
"parent_id": 17,
"name": "公告",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 25,
"parent_id": 17,
"name": "研究报告",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 26,
"parent_id": 17,
"name": "学术会议",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 27,
"parent_id": 17,
"name": "项目汇报",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 28,
"parent_id": 17,
"name": "个人介绍",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 29,
"parent_id": 17,
"name": "商业计划书",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 30,
"parent_id": 17,
"name": "解决方案",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 31,
"parent_id": 17,
"name": "产品介绍",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 32,
"parent_id": 17,
"name": "会议流程",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 33,
"parent_id": 17,
"name": "年度计划",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 34,
"parent_id": 17,
"name": "年度总结",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 35,
"parent_id": 17,
"name": "健康科普",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 36,
"parent_id": 17,
"name": "财务报告",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 37,
"parent_id": 17,
"name": "项目计划书",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 38,
"parent_id": 17,
"name": "商业博文",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
}
]
},
{
"id": 39,
"parent_id": 0,
"name": "语气",
"key": "tone",
"is_default": 0,
"is_beta": 0,
"children": [
{
"id": 40,
"parent_id": 39,
"name": "专业",
"key": "",
"is_default": 1,
"is_beta": 0,
"children": null
},
{
"id": 41,
"parent_id": 39,
"name": "励志",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 42,
"parent_id": 39,
"name": "幽默",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 43,
"parent_id": 39,
"name": "亲切",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 44,
"parent_id": 39,
"name": "自信",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
},
{
"id": 45,
"parent_id": 39,
"name": "温柔",
"key": "",
"is_default": 0,
"is_beta": 0,
"children": null
}
]
}
],
"msg": "ok"
}