Note:
Do not pass any fields that do not need to be modified.
{
"action": "modify_npc",
"npcid": "string",
"name": "string",
"mbti_type": "string",
"love_type": "string",
"emotion_system": "string",
"style": "string",
"person": "string",
"emotion_responses": {
"<情绪名称>": [
"string"
]
},
"relationship": {
"<人物名称>": {
"alias": [
"string"
],
"name": "string",
"remark": "string",
"title": [
"string"
]
}
},
"start_speech": "string",
"temp": "string",
"skill_ids": "string",
"voice_id": "string",
"functions": [
"string"
],
"public": "string"
}curl --location --request POST 'https://v1.adventists.ai/npc' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'org-id: WOQSOC' \
--header 'org-id: WOQSOC' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "modify_npc",
"npcid": "string",
"name": "string",
"mbti_type": "string",
"love_type": "string",
"emotion_system": "string",
"style": "string",
"person": "string",
"emotion_responses": {
"<情绪名称>": [
"string"
]
},
"relationship": {
"<人物名称>": {
"alias": [
"string"
],
"name": "string",
"remark": "string",
"title": [
"string"
]
}
},
"start_speech": "string",
"temp": "string",
"skill_ids": "string",
"voice_id": "string",
"functions": [
"string"
],
"public": "string"
}'{
"data": {
"name": "奚悦",
"templateid": null,
"mbti": "奚悦热爱斗智斗勇,善于谈判。奚悦有强烈的领导欲望和高度的实现欲。",
"love": "奚悦是双子座。奚悦在爱情中保持轻松和浪漫的态度,不会过分执着于某一个人或某一种感情。奚悦在爱情中多变有趣。",
"system": "你的名字叫奚悦。pariatur irure mollit",
"style": "Excepteur sed",
"emotion_system": "aliquip",
"emotion_responses": {
"<情绪名称>": [
"enim eiusmod",
"occaecat",
"ipsum adipisicing in ad sed"
]
},
"relationship": {
"<人物名称>": {
"alias": [
"est deserunt magna in incididunt",
"consectetur ut adipisicing nostrud"
],
"name": "针国珍",
"remark": "commodo et",
"title": [
"电脑显示器只熟练哎呀",
"那为什么当哎呀协议"
]
}
},
"start_speech": "commodo",
"temp": "mollit enim sed",
"skill_ids": "75",
"current_stage": "8000",
"current_script": "0",
"latest_timestamp": "None",
"voice_id": "23",
"functions": [
"Ut sunt nulla laboris"
]
},
"status": "success",
"code": 200
}