Skip to main content
GET
/
v1
/
showcase
/
flows
List demo flows
curl --request GET \
  --url https://api.voice-agents.miraiminds.co/v1/showcase/flows
{
  "success": true,
  "data": {
    "flows": [
      {
        "flowType": "abandoned_cart",
        "title": "Abandoned cart recovery",
        "tagline": "Avg 18% recovery",
        "description": "AI calls within 90 seconds of cart drop. Handles objections, shares the link, and recovers the order.",
        "durationSecs": 58,
        "audioUrl": "https://storage.miraiminds.co/voice-agents/production/flows/abandoned_cart_demo.wav",
        "sortOrder": 1,
        "_id": "507f1f77bcf86cd799439012",
        "iconColor": "#E1F5EE",
        "waveformUrl": "https://storage.miraiminds.co/voice-agents/production/flows/abandoned_cart_demo.json",
        "highlightMoments": [
          {
            "atSecs": 12,
            "label": "IVR detected"
          }
        ],
        "whatToNotice": "Notice the objection handling at 0:38 — AI listens first before responding.",
        "tags": [
          "cart_recovery",
          "hindi"
        ]
      }
    ],
    "total": 5
  }
}

Response

200 - application/json

Flows fetched successfully

success
boolean
Example:

true

data
object