Skip to main content
← Back to Unimatrix

API Playground

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.

Endpoint

Request body

application/json

cURL preview

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"}'

Response

Not sent

Pick an endpoint and hit Send request to see the response here.