Minds Resource
Minds
A Mind is the core resource in MindSim. It represents a digital profile of a person, acting as a container for training data (Snapshots) and the target for Simulations.
Create a Mind
Create a new digital mind.
Parameters
Response
Returns a Mind object.
Retrieve a Mind
Get details about a specific mind by its ID.
Parameters
Response
Returns a Mind object (same structure as Create).
List Minds
Retrieve all minds available to your organization.
Parameters
Response
Returns an array of Mind objects.
Search Minds
Perform a search query against names or emails.
Parameters
Response
Returns an array of Mind objects.
Update a Mind
Update metadata for an existing mind.
Parameters
Response
Returns the updated Mind object.
Set Tags
Explicitly replace all tags for a mind using a dedicated endpoint.
Parameters
Response
Returns the updated Mind object.
Delete a Mind
Permanently remove a mind and all associated snapshots and simulation history.
