Trigger re-clustering of all memories. Synchronous — returns when complete.
cURL
curl --request POST \ --url https://api.example.com/api/dashboard/clusters/refresh \ --header 'Authorization: Bearer <token>'
{ "clusters_created": 123, "memories_clustered": 123, "memories_noise": 123, "duration_ms": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Result of a cluster refresh operation.