Minds: Synthetic Market Research Panels
MS
Minds: Synthetic Market Research Panels
/export_study

Export Study Results

Starts an asynchronous export of Study results and returns an export job ID. Supports executive briefs, full reports, and raw data in PDF, HTML, PNG ZIP, DOCX,

liveunknown~5s typical
mcpminds:syntheticmarket
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-getminds-minds /export_study for me.

Input

FieldTypeDescription
studyIdstringStudy ID (UUID). Omit with studyName to export the active Study.
studyNamestringStudy name (fuzzy matched). Omit with studyId to export the active Study.
panelIdstringStudy ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only whe
panelNamestringStudy name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and pan
formatstring (pdf | html | png | docx | pptx | csv)Export format: "pdf" (default), "html" or "png" for executive summaries, "docx", "pptx", "
kindstring (executive_brief | full_report | raw_data)Report kind. Defaults to full_report, except CSV/XLS/SAV which default to raw_data.
lengthstring (brief | standard | detailed)Requested report detail for executive_brief and full_report exports.
forcebooleanRegenerate instead of returning a cached artifact.
scheduledRunIdstringExport only the messages produced by one scheduled run of this Study, instead of the whole

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-getminds-minds","endpoint":"/export_study","input":{}}'
cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /export_study -i '{}'
mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/export_study", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.