Developer API

Feedback
as a Service

RESTful API for programmatic feedback management. Build custom integrations, automate workflows, and access feedback data on your terms.

1,247 API calls today
99.9% uptime
✓ RESTful design✓ JSON responses✓ Rate limiting✓ Webhooks
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"
    }
  }'
Response:
{
  "success": true,
  "id": "cm123abc456def"
}
Examples

Common use cases

Everything you need to manage feedback programmatically

POST/api/projects/{projectId}/feedback
Request
Request BodyJSON
{
  "message": "Feature request: dark mode",
  "context": {
    "url": "https://example.com/dashboard",
    "userAgent": "Mozilla/5.0...",
    "customData": {
      "page": "/dashboard",
      "browser": "Chrome"
    }
  }
}
Response
Response Body201 OK
{
  "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"
}
API Features

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.

Coming Soon

SDKs Coming Soon

Official libraries for Node.js, Python, Go, and PHP. Stay tuned!

API Access

Included in all plans

Simple, transparent API pricing. No hidden fees.

FREE
FREE
€0
/month
  • 600 API calls/month
  • POST feedback only
  • Basic access
POPULAR
STARTER
€9
/month
  • 10,000 API calls/month
  • Full CRUD access
  • All endpoints
COMING SOON
PRO
€19
/month
  • Unlimited API calls
  • Full CRUD access
  • Priority support(coming soon)

What's Included

  • REST API endpoints
  • API key authentication
  • Usage tracking dashboard
  • JSON response format
  • Submit feedback (POST)
  • Read feedback (GET)*
  • Manage projects via API*
  • Slack webhooks*
  • Custom webhooks*
  • * Available on paid plans only

    Ready to integrate feedback into your workflow?

    Read the docs

    Join the waitlist to be notified when we launch