Brain
GET /v1/brain/search
Hybrid BM25 + dense semantic search over the brain (SDK/CLI; agent uses semantic-search synth).
GET /v1/brain/searchHybrid BM25 + dense semantic search over the brain (SDK/CLI; agent uses semantic-search synth).
Required scope: brain:read
Query parameters
| Name | Required | Notes |
|---|---|---|
q | yes |
Example
curl -X GET 'https://brain.unisonlabs.ai/v1/brain/search' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.