Export Mind Persona Profile
export_mindGenerates a branded profile for one existing Mind, identified by exact ID or fuzzy name. Markdown is returned inline by default; PDF, DOCX, and PPTX artifacts are returned as base64 with a workspace link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate instead of returning a cached artifact. | |
| format | No | Export format: "md" (default) markdown persona profile (returned inline), "pdf" portrait branded profile, "docx" Word document, "pptx" editable branded deck | |
| mindId | No | Mind ID (UUID) | |
| mindName | No | Mind name (fuzzy matched) |