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.

Hobby

Perfect for trying out Miniback

0/month

What's included

  • 200 API calls/month
  • POST feedback only
  • Basic access
Most popular

Builder

Everything indie builders need to ship

9/month+ VAT

What's included

  • 10,000 API calls/month
  • Full CRUD access
  • All endpoints

Studio

White-label bug reporting for teams & agencies

19/month+ VAT

What's included

  • Unlimited API calls
  • Full CRUD access
  • Priority supportSoon

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

    Free plan includes 200 API calls/month • No credit card required