Dismiss a connection
Dismiss a connection so it stops appearing in unacknowledged views. The connection itself is preserved.
Authentication
x-api-keystring
Your Living Brain API key. Create one from the dashboard; keys are scoped to an organization and carry the role of the member they were issued to.
Path parameters
brainId
Brain id
connectionId
Connection id
Headers
x-subject-id
Identifies the end user the request is made on behalf of. Brains are owned by a
subject, so this determines which brains the caller can see.
Response
id
Connection id
tenantId
Owning tenant id
subjectId
Owning subject id (host-defined)
brainId
Owning brain id
pageAId
Identifier of the first page in the pair.
pageBId
Identifier of the second page in the pair.
pageASlug
Slug of the first page in the pair.
pageATitle
Title of the first page in the pair.
pageBSlug
Slug of the second page in the pair.
pageBTitle
Title of the second page in the pair.
similarity
Cosine similarity (0-1)
strength
How strongly the two pages are related.
reasoning
Model-generated explanation of why these two pages are connected.
source
Whether the connection was discovered automatically or created by a user.
ackedAt
ISO 8601 timestamp of when a user acknowledged this, or null if still unacknowledged.
createdAt
ISO 8601 timestamp of when this record was created.
updatedAt
ISO 8601 timestamp of when this record was last modified.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error