> For the complete documentation index, see [llms.txt](https://documentation.maax.ai/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.maax.ai/main/technical-guides/apis/v1/sales-ais.md).

# Sales AIs

### /create\_ai/

## Creates a new AI.&#x20;

<mark style="color:green;">`POST`</mark>&#x20;

#### Query Parameters

| Name                                          | Type    | Description                                                                         |
| --------------------------------------------- | ------- | ----------------------------------------------------------------------------------- |
| goal\_id<mark style="color:red;">\*</mark>    | Integer | The id of the associated [goal.](/main/technical-guides/apis/v1/goals.md)           |
| product\_id<mark style="color:red;">\*</mark> | Integer | The id of the associated [product. ](/main/technical-guides/apis/v1/products.md)    |
| strategy\_id                                  | Integer | The id of the associated [strategy. ](/main/technical-guides/apis/v1/strategies.md) |
| title<mark style="color:red;">\*</mark>       | String  | used for internal reference purposes only, i.e. on your dashboard.                  |

#### Headers

| Name        | Type   | Description    |
| ----------- | ------ | -------------- |
| 2hd-api-key | String | YOUR\_API\_KEY |

{% tabs %}
{% tab title="200: OK {   "new\_ai\_id": NEW\_AI\_ID }" %}

{% endtab %}
{% endtabs %}
