Feedback Hub

Base de conhecimento de feedbacks do Ecossistema Builder.

API Endpoints

POST /api/ingest
  Headers:
    x-api-secret: <INGEST_API_SECRET>

  Opcao 1 — Screenshot (multipart/form-data):
    image: <arquivo png/jpg/webp>
    product?: easy_builder (opcional, AI detecta)
    source?: whatsapp (opcional, AI detecta)
    customer_name?: "Nome" (opcional, AI detecta)
    notes?: "observacao" (opcional)

  Opcao 2 — Texto (JSON):
    { "text": "depoimento do cliente..." }

  Response:
    {
      "success": true,
      "feedback": { id, customer_name, product, sentiment, highlight_quote },
      "ai_confidence": 0.95
    }

Automacao Mobile

Configure um iOS Shortcut ou Tasker (Android) para enviar prints automaticamente:

  1. Capture o screenshot
  2. POST para /api/ingest com o header x-api-secret
  3. O AI transcreve, classifica e salva automaticamente