Back to catalog
πŸ’»

ChatterBox

API Key

One API for meeting bots on Zoom, Meet & Teams

πŸ’»DevelopmentHTTPSCORS enabled

ChatterBox

Chatbot Response Engine

Bot NameChatterBot Alpha
Input MessageWhat is the weather like today?
ResponseI don't have real-time data, but you can check a weather service for current conditions!
Confidence0.84
Response Time Ms112

Sample Response

response.json
1{
2 "botName": "ChatterBot Alpha",
3 "inputMessage": "What is the weather like today?",
4 "response": "I don't have real-time data, but you can check a weather service for current conditions!",
5 "confidence": 0.84,
6 "responseTimeMs": 112
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://chatter-box.io/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs