Skip to main content
GET
/
agents
/
{group}
/
{slug}
/
options
Get agent input options
curl --request GET \
  --url https://api.mindcase.co/api/v1/agents/{group}/{slug}/options \
  --header 'Authorization: Bearer <token>'
{
  "group": "blinkit",
  "slug": "search",
  "options": {
    "platform": "blinkit",
    "stores": {
      "34748": "New Delhi - 110001 - 34748"
    },
    "cities": [
      "Bengaluru",
      "Mumbai",
      "New Delhi"
    ],
    "pincodes": [
      "110001",
      "110002"
    ],
    "categories": {
      "Munchies": [
        "Chips & Crisps",
        "Nachos"
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format mk_live_...

Path Parameters

group
string
required
slug
string
required

Response

Discovery payload for the agent

group
string
required
Example:

"blinkit"

slug
string
required
Example:

"search"

options
object
required

Discovery data. Empty object for non-quickcomm agents.