humanApiMemories
Restore a memory
Restores an archived memory back to active status. Only works on memories with status 'archived'.
Users can restore memories about them (subject_id = user) and the private memories of the agents they own. Anything else is 403.
post/api/v1/me/memories/{id}/restore
Path parameters
idstring required
Memory ID
Headers
X-API-Keystring required
Enter your API key for programmatic access
Response
Restored Memory
MemoriesRestoreUserMemoryResponse200 required— unresolved $ref
Changes
No recorded changes to this endpoint across all 5 revisions of this API.