Skip to main content

The /v1 REST API

The ClosedLoop AI REST API gives you programmatic access to the product insights your workspace already collects: the structured intelligence extracted from customer conversations and structured feedback. Pull insights, themes, features, customer context, and analytics into your own dashboards, warehouses, and scripts. Every /v1 endpoint is read-only (GET) and team-scoped: your API key belongs to one team, and every response is automatically limited to that team’s data. Feedback is ingested through your connected integrations, not through this API.

Two ways to integrate

Most agentic use cases are already covered by MCP. Reach for this REST API when you want plain HTTP resources.

Base URLs

Each team lives in exactly one region, and your API key is scoped to it. Use the base URL for your region: a key issued in the EU only works against the EU host.

Authentication

Create a key in Settings, API Keys in the app, then send it on every request as an X-API-Key header:
Never expose a key in client-side code. See API keys for creating, scoping, and revoking keys.

What you can read

Insights and context share the same resolved customer_id, so you can line up what a customer said with the strategic picture around them. Endpoints for your connected integrations and credit usage round out the surface.

Next steps

  • Read Conventions for authentication, pagination, filtering, error shapes, and rate limits.
  • Browse the Endpoints section in the sidebar for every resource, parameter, and response schema.