> For the complete documentation index, see [llms.txt](https://docs.mluvii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mluvii.com/en/for-it-specialists/chatbot-connection/api-chatbot/api-endpoints.md).

# API endpoints

Just as we did with the Public API, we've set up [Swagger UI](https://app.mluvii.com/api/index.html?urls.primaryName=Mluvii+Chatbot+API).

### Endpoints

* /api/chatbot/activity
* /api/chatbot/attachment

{% hint style="success" %}
You don't need to know the chatbotId. The chatbot is identified by an authentication token; see [Authentication](/en/for-it-specialists/public-api/authentication.md).
{% endhint %}

The NuGet library containing activity models is available here: <https://www.nuget.org/packages/mluvii.Chatbot.ChannelActivities>
