Memory API

Ingest, retrieve and reason over your organisation's knowledge.

The Memory API is where knowledge goes in and answers come out.

Account-level operations — workspaces, credentials, billing — live in the Platform API.

curl https://api.uni-flow.ai/api/v1/memory/search \
  -H "x-api-key: $CHORDIAN_API_KEY" \
  -H "content-type: application/json" \
  -d '{"query": "What is blocking the Acme deal?"}'

Choosing an endpoint

You want toCall
Ask a question, get a cited answerPOST/api/v1/memory/search
Stream that answerPOST/api/v1/memory/search/stream
Add text, markdown, HTML or JSONPOST/api/v1/memory/ingest
Add a filePOST/api/v1/memory/uploads
Traverse relationshipsGET/api/v1/memory/graph/explore/{id}
Correct a wrong answerPOST/api/v1/memory/learn

Start here

Reference

Two hosts

HostCredentialReaches
api.uni-flow.aick_live_…Every memory in the tenant
{slug}-{serial}.api.uni-flow.aimk_…Exactly one memory

Prefer the per-memory host and key for agents and third-party integrations — a leaked credential then exposes one memory rather than everything.

Machine-readable

curl https://docs.uni-flow.ai/openapi/memory.yaml
Was this page helpful?
Report an issue

On this page