Guides
Getting Started
How Does This Work?
To integrate with DumGum, you'll need to create three API endpoints on your side:
- Profile Endpoint: Used to fetch profile data from your service.
- Chat History Endpoint: Used to retrieve the chat history between two users.
- Incoming Content Endpoint: Receives replies generated by DumGum. These replies are text messages and sometimes includes extra informations like a Stop Reason.
You will then be able to send requests to the Content Creation API. Messages are queued, processed, and responses are delivered to your Incoming Content Endpoint, ready for use in your service.
Let's dive into the Customer Endpoints documentation and start integrating the required endpoints! 🔥