{
"templateid": "no_class",
"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://api.adventists.cn/v2/init' \
--header 'api-key: AN26Q7MVO04RS6VWIWTE8OQ4BD6DZR98' \
--header 'org-id: WOQSOC' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateid": "no_class",
"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"
}'{
"code": 201,
"data": "WOQSOCabe2acc043684e0995d89ede4e7983e7",
"message": "WOQSOCabe2acc043684e0995d89ede4e7983e7已建立,可以开始聊天了",
"status": "success"
}