template_id
{
"type": "public",
"color": 0,
"scene": 0,
"query_text": "",
"after": "",
"limit": 10,
"recommend_content": "大语言模型发展史"
}
curl --location --request POST 'https://api.mindshow.vip/v1/template/list' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "public",
"color": 0,
"scene": 0,
"query_text": "",
"after": "",
"limit": 10,
"recommend_content": "大语言模型发展史"
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"list": [
{
"template_id": "138dlkafalk348ff",
"title": "模板标题1",
"from_type": "string",
"type": "public",
"vip_flag": false,
"preview_img_list": [
"string"
]
}
],
"after": "string"
}
}