Integration
Add To Brain
used to add pages to brain
POST
/
integration
/
{integration_name}
/
add
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
integration_name
string
requiredCurrently supported integrations are "notion" and "confluence". More integrations will be added in the future.
Body
application/json
brain_id
string
ID of the brain to add pages to
page_ids
string[]
Array of page IDs to add to the brain
Response
200 - application/json
message
string
Message indicating the pages are being added to the brain