{
"topic": "",
"stream": false,
"model": "ali",
"desc_info": "",
"qa_list": [
{
"question": "",
"answer": ""
}
],
"resource_id_list": [
"xxxx"
]
}
curl --location --request POST 'https://api.mindshow.vip/v1/gpt/gen_outline_by_topic' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "",
"stream": false,
"model": "ali",
"desc_info": "",
"qa_list": [
{
"question": "",
"answer": ""
}
],
"resource_id_list": [
"xxxx"
]
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"content": "string",
"reasoning_content": "string",
"content_ex_info": "string",
"all_content": "string",
"all_reasoning_content": "string",
"finish_reason": "string",
"error_msg": "string"
}
}