# 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 
    }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/interact-profile/1.-create-profile-by-default.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
