cURL
curl --request POST \ --url https://api.example.com/memories \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "source": "<string>", "source_context": {}, "tags": [ "<string>" ], "importance": 123, "frame_id": 123 } '
{ "id": 123, "content": "<string>", "source": "<string>", "source_context": {}, "tags": [ "<string>" ], "importance": 123, "frame_id": 123, "created_at": "<string>", "updated_at": "<string>" }
OK
Was this page helpful?