Brain

POST /v1/brain/ingest

Stream conversations/documents into the brain: turns → signal pipeline, documents → extractable notes + extract/enrich jobs.

unison-brain
POST /v1/brain/ingest

Stream conversations/documents into the brain: turns → signal pipeline, documents → extractable notes + extract/enrich jobs.

Required scope: brain:write

Body fields

NameRequiredNotes
itemsyes

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.