# API Reference - ClosedLoop AI > Build powerful integrations with ClosedLoop AI's REST API. Automate customer feedback collection, extract AI insights, and route them to your product tools. --- # Build Powerful API Integrations Automate customer feedback collection, extract AI insights, and route them directly to your product tools. Turn every customer interaction into actionable product intelligence. [Read Docs](https://docs.closedloop.sh/api-reference/introduction)[Get API Key](https://app.closedloop.sh/auth?mode=signup)RESTful API Free API key Unlimited API calls ### Get Product Insights ``` `curl -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ https://mcp.closedloop.sh/feedbacks # Response: { "success" : true , "data" : { "feedbacks" : [ { "id" : "uuid-here" , "content" : "Users want dark mode toggle" , "sentiment" : "positive" , "topic" : "feature request" , "priority" : "high" , "source" : "gong" , "created_at" : "2024-01-01T00:00:00Z" } ], "pagination" : { "page" : 1 , "limit" : 20 , "total" : 150 } } }` ``` ## Why Developers Love Our API Stop building feedback analysis from scratch. Our API gives you AI-powered customer insights in minutes, not months. ### Save 20+ Hours Per Week No more manual feedback analysis. AI automatically extracts insights from customer conversations, support tickets, and surveys. ### Real-Time Integration Connect your existing tools (Gong, Typeform, Slack) and get instant AI analysis of every customer interaction. ### Build Better Products Make data-driven decisions with AI-analyzed customer feedback. Know exactly what features to build next. ## What You Can Build From simple integrations to complex product intelligence platforms — our API scales with your needs. ### Ingest Data from Any Source Submit customer raw data from any source to extract product feedback — support tickets, surveys, calls, or custom integrations. POST /ingest [See API docs →](https://docs.closedloop.sh/api-reference/ingest/submit-raw-customer-data-for-processing) ### Monitor Processing Status Track the status of your processing pipeline and get notified when AI analysis is complete. GET /ingest [See API docs →](https://docs.closedloop.sh/api-reference/ingest/list-submitted-raw-data) ### Search & Filter Feedbacks Find specific feedback by content, source, sentiment, priority, or date range with powerful search capabilities. GET /feedbacks [See API docs →](https://docs.closedloop.sh/api-reference/insights/list-ai-processed-insights) ### Get Feedback Details Retrieve complete feedback details including AI analysis, sentiment, topics, and full context. GET /ingest/{id} [See API docs →](https://docs.closedloop.sh/api-reference/ingest/get-submitted-raw-data-detail) ### Search Insights Find insights by topic, priority, revenue, or pattern to understand customer needs and trends. GET /feedbacks [See API docs →](https://docs.closedloop.sh/api-reference/insights/list-ai-processed-insights) ### Get Insight Details Access detailed insight analysis including supporting feedback, demand, revenue impact, and recommendations. GET /feedbacks/{id} [See API docs →](https://docs.closedloop.sh/api-reference/insights/get-ai-processed-insight-detail) ## Get Started in 3 Steps From signup to your first API call — get up and running in under 5 minutes. 1 ### Sign Up & Get API Key Create your free account and generate your API key in the dashboard. No credit card required. 2 ### Connect Your Data Connect Gong, Typeform, Slack, or any of our 40+ integrations to start collecting customer feedback. 3 ### Build Your Integration Use our REST API to build custom dashboards, bots, or integrations that fit your workflow. ## Ready to build something amazing? Join developers who are already using our API to transform their product intelligence. [Read Docs](https://docs.closedloop.sh/api-reference/introduction)[Get API Key](https://app.closedloop.sh/auth?mode=signup) --- ## More Information - Website: https://closedloop.sh - Documentation: https://docs.closedloop.sh - Pricing: https://closedloop.sh/pricing - Contact: https://closedloop.sh/contact