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