# Owlbot.AI API

## Owlbot.AI API

- [Authentication](https://documentation.owlbot.ai/core-concepts/authentication.md)
- [API Erros](https://documentation.owlbot.ai/core-concepts/api-erros.md): Learn about the errors you might encounter when authenticate
- [Adding Sources](https://documentation.owlbot.ai/content/adding-sources.md): Sources are the data with whom you will train your bots. The amount of data you can use (in terms of words) depends on your account Plan.
- [List Bots](https://documentation.owlbot.ai/bot-customisation/list-bots.md): This endpoint lists all bots for a specific user. It accepts a POST request with the right Token :
- [Chatbot Appearance and message](https://documentation.owlbot.ai/bot-customisation/chatbot-appearance-and-message.md): Update appearance of the chatbot with this endpoint :
- [History Summary](https://documentation.owlbot.ai/conversations/history-summary.md): Once you've deployed your bot to production, you can view the questions and answers that your users are asking.
- [One Conversation Details](https://documentation.owlbot.ai/conversations/one-conversation-details.md)
- [Stream Conversation (REST)](https://documentation.owlbot.ai/chat-with-chatbot/stream-conversation-rest.md): For now, the endpoint only accept POST request to chat with your bot. Websocket Request is coming soon.
