Brain
GET /v1/brain/facts
List facts
GET /v1/brain/factsList facts
Required scope: brain:read
Example
curl -X GET '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.