Back to Blog

The Rereflect Public API: Build on Your Feedback Data

Rereflect TeamJuly 22, 20267 min read

Your feedback data, programmatically accessible

A dashboard is great until you need to do something the dashboard does not do. You want to pipe feedback into your data warehouse. You want to ingest messages from a channel Rereflect does not natively connect to. You want to surface a customer's health score inside your own internal admin tool. You want to trigger a workflow the moment a piece of feedback is flagged urgent.

For all of that, Rereflect exposes a Public REST API. Because Rereflect is self-hosted and open source, this is not a gated upsell — the API runs on your own instance, against your own data, and you can build whatever you need on top of it.

The API is organized around the same concepts you see in the product: feedback, customers, health, churn signals, and analytics for reading, plus an ingestion path for writing feedback in, and webhooks for getting events pushed out.

Authentication with API keys

The Public API authenticates with API keys rather than the user-session tokens the dashboard uses. An API key represents a programmatic client — a script, a service, an integration — rather than a logged-in person, which makes keys easy to rotate and revoke without touching anyone's account.

Keys are scoped, so a client only gets the access it needs. The two core scopes map to the two things you do with the API:

  • Read scope — query feedback, customers, health scores, churn signals, and analytics. Ideal for dashboards, reporting jobs, and read-only integrations.
  • Ingest scope — push new feedback into Rereflect. Ideal for connectors that pull from a source Rereflect does not natively support and forward it in.

Following least privilege, give each integration only the scope it actually requires: a reporting pipeline should hold a read-only key, while an inbound connector needs ingest. If a key leaks, revoke it and issue a new one — no user passwords or sessions are involved.

Reading your data

The read endpoints expose the analyzed data Rereflect produces, so you can take insights out of the dashboard and put them wherever your team works. Everything that drives the UI is reachable programmatically:

  • Feedback — list and retrieve feedback items along with their analysis: sentiment, categories, and urgency flags.
  • Customers — pull customer records to join Rereflect's view of a customer with your own systems.
  • Health — read customer health scores to surface risk where your team already looks.
  • Churn — access churn signals and risk indicators for proactive retention work.
  • Analytics — retrieve aggregate metrics and trends for reporting and warehousing.

Because these endpoints return structured JSON, they slot cleanly into the tools you already use — a scheduled job that loads feedback into your warehouse, an internal admin panel that shows a customer's health inline, or a weekly report that pulls analytics on a cron.

Ingesting feedback programmatically

Reading is only half the story. The ingestion endpoint lets you push feedback into Rereflect from anywhere, which means you are never limited to the sources Rereflect connects to out of the box.

The pattern is straightforward: a client holding an ingest-scoped key sends feedback to the API, and Rereflect runs it through the same analysis pipeline as feedback from any other source — sentiment, categorization, urgency, the works. The feedback then appears in the dashboard and in the read API exactly like everything else.

  • Custom connectors — pull from a channel Rereflect does not natively integrate (a niche support tool, an internal forum, a community platform) and forward each message in.
  • Bulk backfill — load historical feedback from a prior system so your trends and analytics reflect your full history, not just data since you adopted Rereflect.
  • Embedded capture — wire a feedback widget in your own product directly to the ingestion endpoint, so in-app feedback flows straight into analysis.

Whatever the source, once feedback is ingested it is a first-class citizen: analyzed, categorized, scored, and queryable through the same read API.

Webhooks for real-time events

Polling the read API on a schedule works, but for time-sensitive reactions you want to be notified the moment something happens rather than discovering it on your next poll. That is what webhooks are for.

With webhooks, Rereflect pushes events to a URL you control as they occur. Instead of asking "has anything urgent come in?" every few minutes, your endpoint is called the instant it does — letting you react in real time.

Typical uses include alerting and automation: post urgent feedback to a Slack channel as it arrives, open a ticket in your issue tracker when a churn-risk signal fires, or kick off an internal workflow when a customer's health crosses a threshold. Because the event comes to you, the latency between something happening in Rereflect and your team acting on it shrinks to near zero.

OpenAPI docs and getting started

The whole API is described with OpenAPI, so you do not have to guess at endpoints, parameters, or response shapes. The interactive docs let you browse every endpoint, see request and response schemas, and try calls directly. The same OpenAPI definition also feeds client-generation tooling, so you can generate a typed client in your language of choice instead of writing HTTP plumbing by hand.

Because Rereflect is open source and self-hosted, the API and its docs run on your own instance against your own data — no external dependency, no rate-limit negotiations with a vendor, no data leaving your control. Clone Rereflect, create an API key with the scope you need, open the OpenAPI docs, and start building on top of your feedback data.

Ready to organize your feedback?

Rereflect is free, open-source, and self-hosted. Automatically analyze customer feedback with AI-powered sentiment analysis, pain point detection, and urgency flagging — on your own infrastructure.

Continue reading

Running Rereflect Fully Offline With a Local LLM

Rereflect is BYOK — bring your own key — but you do not even need a key. Point it at a local model running on your own hardware (Ollama or any OpenAI-compatible endpoint), and your customer feedback never leaves your infrastructure. This guide walks through how it works, what it costs ($0), and the free VADER fallback when no model is configured.

Tailoring the AI to Your Product: Custom Categories and Health Weights

Generic feedback categories rarely match how your team actually thinks about your product. Rereflect lets you define your own pain-point, feature-request, and urgency taxonomies and feed them directly into the analyzer — and tune the weights behind your customer health score so it reflects what churn actually looks like for you.

How to Organize Customer Feedback (2026 Guide)

Customer feedback is one of the most valuable assets a SaaS company has. But without a clear system to organize it, insights get lost in spreadsheets, Slack threads, and email chains. Here is a practical guide to building a feedback system that scales.

Customer Feedback Analysis: Manual vs AI-Powered

Should your team analyze customer feedback manually or use AI? This comparison breaks down the real trade-offs in accuracy, speed, cost, and scalability to help you decide when to make the switch.

Sentiment Analysis for SaaS: A Beginner's Guide

Sentiment analysis turns raw customer feedback into measurable signals. This guide explains how it works, why SaaS teams need it, and how to start using it without a data science degree.

Rereflect vs Productboard: Which Is Right for Your Team?

Productboard is a powerful product management platform. Rereflect is an AI-powered feedback analysis tool. They solve related but different problems. This comparison helps you decide which fits your team.

How to Prioritize Features Using Customer Feedback

Feature requests pile up fast. Without a system to prioritize them using actual customer data, product teams end up building for the loudest voice instead of the biggest impact. Here is a practical framework.

Rereflect vs Canny: Feedback Collection vs Feedback Intelligence

Canny is a popular feedback board for collecting and voting on feature requests. Rereflect uses AI to analyze feedback from all your channels. This comparison helps you understand which approach your team needs.

5 Signs Your Customers Are About to Churn (Hidden in Their Feedback)

Most SaaS companies only notice churn when a customer cancels. But the warning signs were in their feedback weeks or months earlier. Here are the five hidden signals you should be watching for.

Rereflect vs UserVoice: Modern AI Analysis vs Traditional Feedback Boards

UserVoice pioneered online feedback boards. Rereflect uses AI to analyze feedback from every channel automatically. This comparison helps you decide between a traditional voting model and modern AI-powered analysis.

How Support Teams Can Turn Ticket Data Into Product Insights

Your support tickets contain a goldmine of product intelligence. Most teams resolve tickets and move on. Here is how to systematically extract product insights from the conversations your support team has every day.

Rereflect vs MonkeyLearn: Purpose-Built Feedback AI vs Generic Text Analysis

MonkeyLearn is a general-purpose text analysis platform. Rereflect is built specifically for customer feedback. This comparison explains why purpose-built tools often outperform generic ones for feedback analysis.

The Data-Driven Product Roadmap: Stop Building What the Loudest Customer Wants

The loudest customer gets the feature. The biggest deal gets the priority. Sound familiar? Here is how to build a product roadmap driven by actual customer data instead of whoever has the most influence in the room.

Rereflect vs Thematic: Real-Time Feedback Analysis for Growing SaaS Teams

Thematic specializes in customer feedback analytics for large enterprises. Rereflect brings AI-powered analysis to growing SaaS teams. This comparison breaks down where each tool excels.

NPS Is Not Enough: Why Qualitative Feedback Analysis Matters More

Net Promoter Score tells you a number. It does not tell you why. For SaaS teams that want to improve their product, qualitative feedback analysis provides the depth that NPS cannot.

Rereflect vs Idiomatic: AI Feedback Analysis Compared

Both Rereflect and Idiomatic use AI to analyze customer feedback. But their approaches differ significantly in scope, pricing, and target audience. Here is an honest comparison.

How to Build a Voice-of-Customer Program Without a Dedicated Team

You do not need a dedicated VoC team to understand your customers. Here is a practical guide for small SaaS teams to build an effective voice-of-customer program with limited resources.

How to Close the Customer Feedback Loop (And Why Most Teams Never Do)

Collecting feedback is the easy part. Closing the loop — actually telling customers what happened to what they said — is where most teams fall short. This guide covers the mechanics of a real feedback loop, why it matters for retention, and how to build the habit without drowning your team.

How to Triage Customer Feedback Fast Without Losing Signal

When feedback volume outpaces your team's ability to read it, triage is the skill that matters most. This guide covers the principles and practical steps for getting the right feedback in front of the right person quickly — without letting anything important fall through the cracks.

Feedback Tagging and Taxonomy: A Practical Guide to Labeling That Lasts

A tagging system that starts clean tends to collapse into chaos within a few months. This guide explains why, and how to design a feedback taxonomy that stays useful as volume and team size grow — covering tag design principles, common failure modes, and governance practices that prevent tag sprawl.

Why Centralizing Customer Feedback Is Harder Than It Looks

Customer feedback arrives through support tickets, app store reviews, NPS surveys, sales calls, and a dozen other channels. Centralizing it sounds simple. In practice, most teams end up with several "single sources of truth" that each hold a different slice of the picture. Here is why that happens and how to actually fix it.

A Library of Customer Feedback Response Templates (And When to Use Each)

Response templates save time without sounding robotic — if they are written well and used in the right situations. This post gives you a practical library of templates for the most common feedback scenarios, along with guidance on when to personalize, when to escalate, and when a template is the wrong tool entirely.

Reducing Feedback Response Time Without Burning Out Your Support Team

Faster responses to customer feedback correlate with better outcomes — but "respond faster" is bad advice without a system behind it. This guide covers the structural changes that actually reduce response time: prioritization, queuing, templating, and knowing when speed matters and when it does not.

Building a Feedback Workflow With Status Tracking That Your Whole Team Can Use

Feedback without a workflow is a collection of observations. A workflow with status tracking turns those observations into decisions, handoffs, and actions. This guide covers the states a feedback item moves through, who is responsible at each stage, and how to design a system your team will actually maintain.

How to Turn Support Tickets Into Product Feedback Your PM Will Actually Use

Support tickets contain some of the most honest product feedback a company receives — customers describing real problems in their own words, without a survey prompting them. Most of that signal never reaches product teams in a useful form. Here is how to change that without creating a burdensome process for your support team.

How to Onboard Your Team to a New Customer Feedback Process

A new feedback process is only as good as the team's ability to use it consistently. Technical tooling is the easy part — the hard part is changing habits, building shared vocabulary, and creating accountability without creating friction. This guide covers the human side of feedback process adoption.