> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/hu-dong-zi-liao/1.-mo-ren-chuang-jian-zi-liao.md).

# 1.默认创建资料

## 申请

<table><thead><tr><th width="264">模式</th><th>URL</th></tr></thead><tbody><tr><td>POST</td><td><a href="http://127.0.0.1:5555/create-profile-by-default">http://127.0.0.1:5555/create-profile-by-default</a><a href="http://127.0.0.1:5555/profileList?page=1&#x26;limit=10

"> </a></td></tr></tbody></table>

**Body**

```

{
    "config_id": "222"
}
```

使用配置默认值列表 API 获取 config\_id

## 响应

```
{
    "type": "success",
    "title": "Create successfully.",
    "content": {
       //content information 
    }
}
```
