Get your API key and start collecting data in minutes. Get API Key →
Get your API key and start collecting data in minutes. Get API Key →
Returns valid values for an agent’s enum-style inputs (e.g. cities, pincodes, store IDs, category tree). Use this to populate dropdowns / typeaheads in your client. Public — no API key required. Currently populated for blinkit, instamart, and zepto agents; other agents return {"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.
API key in the format mk_live_...
Was this page helpful?
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"
]
}
}
}