Add a new memory with content and metadata
curl --request POST \ --url https://v2.api.supermemory.ai/add \ --header 'Content-Type: application/json' \ --data '{ "content": "<string>", "metadata": {}, "spaceIds": [ "<string>" ], "id": "<string>" }'
{ "id": "<string>", "status": "<string>" }
Show child attributes
Was this page helpful?