> For the complete documentation index, see [llms.txt](https://stagesmm.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stagesmm.gitbook.io/docs/api/dobavit-zakaz.md).

# Добавить заказ

{% tabs %}
{% tab title="Default" %}

| Parameters          | Description         |
| ------------------- | ------------------- |
| key                 | Your API key        |
| action              | add                 |
| service             | Service ID          |
| link                | Link to page        |
| quantity            | Needed quantity     |
| runs (optional)     | Runs to deliver     |
| interval (optional) | Interval in minutes |

***

***Пример (Example response)***

```
{
    "order": 23501
}
```

{% endtab %}

{% tab title="SEO" %}

| Parameters | Description                        |
| ---------- | ---------------------------------- |
| key        | Your API key                       |
| action     | add                                |
| service    | Service ID                         |
| link       | Link to page                       |
| quantity   | Needed quantity                    |
| keywords   | Keywords list separated by \r\n or |

***

***Пример (Example response)***

```
{
    "order": 23501
}
```

{% endtab %}

{% tab title="Custom comments" %}

| Parameters | Description                        |
| ---------- | ---------------------------------- |
| key        | Your API key                       |
| action     | add                                |
| service    | Service ID                         |
| link       | Link to page                       |
| comments   | Comments list separated by \r\n or |

***

***Пример (Example response)***

```
{
    "order": 23501
}
```

{% endtab %}
{% endtabs %}

***
