Feedback
as a Service
RESTful API for programmatic feedback management. Build custom integrations, automate workflows, and access feedback data on your terms.
curl -X POST https://api.miniback.io/api/feedback \
-H "x-api-key: YOUR_API_KEY" \
-H "x-feedback-source: api" \
-H "Content-Type: application/json" \
-d '{
"projectSlug": "my-project",
"message": "Great product! Love the new features.",
"context": {
"page": "/pricing",
"userAgent": "Mozilla/5.0"
}
}'{
"success": true,
"id": "cm123abc456def"
}Common use cases
Everything you need to manage feedback programmatically
{
"message": "Feature request: dark mode",
"context": {
"url": "https://example.com/dashboard",
"userAgent": "Mozilla/5.0...",
"customData": {
"page": "/dashboard",
"browser": "Chrome"
}
}
}{
"id": "fb_abc123",
"message": "Feature request: dark mode",
"context": {
"url": "https://example.com/dashboard",
"userAgent": "Mozilla/5.0...",
"customData": {
"page": "/dashboard",
"browser": "Chrome"
}
},
"status": "NEW",
"createdAt": "2025-01-12T10:30:00.000Z"
}Want to see more? Browse full API documentation →
Enterprise-grade API
Built for developers, designed for scale
API Keys
Project-level API keys with granular permissions. Rotate keys anytime.
Secure by Default
HTTPS only. Rate limiting. IP allowlists. Your data stays protected.
Fast & Reliable
Sub-100ms response times. 99.9% uptime SLA. Global CDN.
Webhooks
Real-time notifications when feedback arrives. Push to your systems.
Usage Analytics
Monitor API usage, track rate limits, and optimize integration.
SDKs Coming Soon
Official libraries for Node.js, Python, Go, and PHP. Stay tuned!
Included in all plans
Simple, transparent API pricing. No hidden fees.
- 600 API calls/month
- POST feedback only
- Basic access
- 10,000 API calls/month
- Full CRUD access
- All endpoints
- Unlimited API calls
- Full CRUD access
- Priority support(coming soon)
What's Included
* Available on paid plans only
Ready to integrate feedback into your workflow?
Join the waitlist to be notified when we launch