Brain
POST /v1/brain/ingest
Stream conversations/documents into the brain: turns → signal pipeline, documents → extractable notes + extract/enrich jobs.
POST /v1/brain/ingestStream conversations/documents into the brain: turns → signal pipeline, documents → extractable notes + extract/enrich jobs.
Required scope: brain:write
Body fields
| Name | Required | Notes |
|---|---|---|
items | yes |
Example
curl -X POST 'https://brain.unisonlabs.ai/v1/brain/ingest' \
-H "Authorization: Bearer $UNISON_TOKEN" \
-H 'content-type: application/json' \
-d '{"items": "..."}'Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.
GET /v1/brain/context
One-call recall: full retrieval pipeline + entity facts/timelines, returned as a prompt-ready context block (no answer generation).
POST /v1/brain/remember
Run the /remember skill over a dump: apply the save-or-skip filter, dedupe, and file curated /private/notes notes + entity facts.