> 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/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/interact-profile/1.-create-profile-by-default.md).

# 1. Create profile by default

Create profile using default configuration

Note: The API rate limit is **50 requests per minute**. Exceeding it may result in temporary blocking.

(Giới hạn gọi API là **50 lần mỗi phút**. Vượt quá có thể dẫn đến bị chặn tạm thời.)

### **Request** <a href="#request-1" id="request-1"></a>

<table><thead><tr><th width="220">Method</th><th>URL</th></tr></thead><tbody><tr><td>POST</td><td><a href="http://127.0.0.1:2222/create-profile-by-default?is_local=false">http://127.0.0.1:2222/create-profile-by-default?is_local=false</a></td></tr></tbody></table>

### **Body** <a href="#body-1" id="body-1"></a>

The config ID is retrieved from this API: <https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/interact-profile/2.-list-config-default>

```
{
    "defaultConfigId": 576   // nhập id của default config
}
```

### **Response** <a href="#id-3.-response" id="id-3.-response"></a>

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