> 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/products.md).

# Products

### /create\_product/

## Responsible for creating a product.

<mark style="color:green;">`POST`</mark> `https://app.maax.ai/create_product/`

Creates a new product that then can be used by your AI models to be sold or spoken about in the conversations with your prospects. You can also create it from dashboard (Sales AI page).&#x20;

#### Query Parameters

| Name        | Type   | Description                                                                                                |
| ----------- | ------ | ---------------------------------------------------------------------------------------------------------- |
| description | String | The description of the product. AI uses it as context, so we recommend that you give some thought to this. |
| title       | String | The title of the product, so that the AI can tell it to the prospect.                                      |

{% tabs %}
{% tab title="200: OK {   "id": NEW\_PRODUCT\_ID,   "new\_product": NEW\_PRODUCT\_DETAILS }" %}

{% endtab %}
{% endtabs %}

###
