# 9. Add profile to folder

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

| Method | URL                                                                           |
| ------ | ----------------------------------------------------------------------------- |
| POST   | <http://localhost:2222/v1/folder/{folder\\_uuid}/add-browser?is\\_local=true> |

You can get folder\_uuid at this API:  <https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/get-profile/7.-get-list-folder>

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

| Key       | Value      | Description                                              |
| --------- | ---------- | -------------------------------------------------------- |
| is\_local | true/false | <p>false: cloud profiles,</p><p>true: local profiles</p> |

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

```
{
    "uuid_browser": [
        "local-67b14672-c02d-4be0-9eb1-580d8e7edf47"
    ]
}
```

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

```
{
    "title": "Add browser to folder successfully!",
    "type": "success"
}
```
