> 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/use-cases/api-automation-v2/interact-profile/1.-create-profile-by-default.md).

# 1. Create profile by default

Create profile using default configuration

### **Request**

<table><thead><tr><th width="249">Method</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></td></tr></tbody></table>

#### **Body**

<pre class="language-json" data-line-numbers><code class="lang-json">{
<strong>    "config_id": "222"
</strong>}
</code></pre>

* config\_id: ID of default config. Use API **list config default** to get config\_id

### **Response**

{% code lineNumbers="true" %}

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

{% endcode %}
