Brain
POST /v1/brain/facts
Record a fact
POST /v1/brain/factsRecord a fact
Required scope: brain:write
Example
curl -X POST 'https://brain.unisonlabs.ai/v1/brain/facts' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.