Test the Unimatrix REST API without writing code. Pick an endpoint, send a request, and inspect the response — right from your browser.
Don't have one? Sign up to get a key.
curl -X POST https://deployunimatrix.com/api/memory/store \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "The fact you want to remember", "tags": ["optional"], "source_llm": "playground"}'Pick an endpoint and hit Send request to see the response here.