Skip to main content
GET
/
agents
/
{group}
List agents in a group
curl --request GET \
  --url https://api.mindcase.co/api/v1/agents/{group} \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {
      "slug": "profiles",
      "name": "Instagram Profiles",
      "description": "Scrape public profile data including bio, follower count, and recent posts.",
      "price_per_1k_usd": 3.5,
      "unit": "profiles"
    }
  ]
}

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

Response

Agents in the specified group

agents
object[]
required