Skip to main content
GET
/
v1
/
showcase
/
flows
/
{flow_id}
Get a single demo flow
curl --request GET \
  --url https://api.voice-agents.miraiminds.co/v1/showcase/flows/{flow_id}
{
  "success": true,
  "data": {
    "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"
    ]
  }
}

Path Parameters

flow_id
string
required
Pattern: ^[0-9a-fA-F]{24}$

Response

Flow fetched successfully

success
boolean
Example:

true

data
object

A produced demo of a use case flow shown on the showcase page.