Replace survey forms with a 5-second voice tap. Hearloop captures, transcribes, and classifies customer feedback — delivered to your system via webhook.
Embed once. Customers tap and speak. You get structured insights via webhook — automatically.
Two lines of JS for the widget. A REST API for advanced flows. Webhooks for real-time delivery.
Read the docs →// Create a feedback session const session = await fetch("/v1/sessions", { method: "POST", headers: { "Authorization": "Bearer sk-live_...", "Content-Type": "application/json", }, body: JSON.stringify({ promptText: "How was your visit?", maxDurationSec: 5, }), }); }); // Receive insights via webhook // POST https://your-domain.com/webhook // { transcript, sentiment, topics, urgency }
Anywhere customers interact in person — Hearloop captures what they actually think.
Pay only for what you use. No seat fees. No platform tax.
Embed in 5 minutes. No backend work required.
Get your API key free