Javascript
import Supermemory from 'supermemory'; const client = new Supermemory({ apiKey: 'My API Key', }); const memory = await client.memories.update('id'); console.log(memory.id);
{ "id": "<string>", "status": "<string>" }
Update a memory with any content type (text, url, file, etc.) and metadata
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Memory updated successfully
The response is of type object.
object
Was this page helpful?