πAPI Overview
Last updated
Was this helpful?
Welcome to the WonderChat API documentation. Our REST API allows you to integrate WonderChat's powerful chatbot capabilities directly into your applications and workflows.
To use the WonderChat API, you'll need:
API Key: Obtain your API key from your WonderChat dashboard
Chatbot ID: The unique identifier for your chatbot
Base URL: All API endpoints use https://app.wonderchat.io/api/v1/
Most API endpoints require authentication using your API key. Include your API key in the request body as shown in the examples.
{
"apiKey": "YOUR_API_KEY",
// ... other parameters
}Please be mindful of rate limits when making API requests. Contact support if you need higher rate limits for your use case.
If you have questions about the API or need assistance, reach out to our support team at support@wonderchat.io.
Chat with Chatbot - Send messages to your chatbot
Update Chat Feedback - Update chatlog feedback status
Manage Pages - Add or delete pages from your chatbot
Export Chatlogs - Export conversation data
Manage Tags - Add or delete tags from chatlogs
Get Messages - Retrieve messages from a chatlog
Update Chatlog Info - Set contact and lead details on a chatlog
Last updated
Was this helpful?
Was this helpful?