Log, search, and analyze chatbot conversations in real time. Automatic secret redaction and AI-powered quality reports included.
No SDKs to install, no agents to configure. Send a POST request with your message data and ViewChat handles the rest.
fetch("https://api.view-chat.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
endpoint: "log",
token: "YOUR_TOKEN",
payload: {
event: {
time: Date.now(),
from: "support-bot",
text: "How can I help you today?",
},
conversation: "ticket-4821",
groups: ["customer-support"],
},
}),
});Free to get started. No credit card required.