πAPI Overview
Welcome to the WonderChat API documentation. Our REST API allows you to integrate WonderChat's powerful chatbot capabilities directly into your applications and workflows.
Getting Started
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/
Authentication
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
}
Rate Limits
Please be mindful of rate limits when making API requests. Contact support if you need higher rate limits for your use case.
Support
If you have questions about the API or need assistance, reach out to our support team at [email protected].
Quick Links
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
Last updated
Was this helpful?