Get your API key and start scraping in minutes. Get API Key →
cURL
curl --request POST \ --url https://api.mindcase.co/api/v1/agents/{group}/{slug}/run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "params": { "usernames": [ "mkbhd", "casey" ] } } '
{ "job_id": "job_abc123def456", "agent": "instagram/profiles", "status": "queued", "created_at": "2026-03-31T10:15:00Z" }
API key in the format mk_live_...
mk_live_...
{ "usernames": ["mkbhd", "casey"] }
Job queued successfully
"job_abc123def456"
"instagram/profiles"
queued
"queued"
"2026-03-31T10:15:00Z"
Was this page helpful?