cURL
curl --request POST \ --url https://www.memoryplugin.com/api/memory \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "bucketId": 123, "source": "<string>" }'
{ "done": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Memory stored successfully
The response is of type object.
object
Was this page helpful?