Integration
Add To Brain
used to add pages to brain
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Currently supported integrations are "notion" and "confluence". More integrations will be added in the future.
Body
application/json
ID of the brain to add pages to
Array of page IDs to add to the brain
An array of page_ids you want to add
Response
200 - application/json
Message indicating the pages are being added to the brain
Example:
"Pages are being added to the brain."