Integration
Add To Brain
used to add pages to brain
post/integration/{integration_name}/add
Path parameters
integration_namestring required
Currently supported integrations are "notion" and "confluence". More integrations will be added in the future.
Request body
Example request
{
"brain_id": "1f1d7a6a-e45b-4974-a0ba-98935650cb9c",
"page_ids": [
"65621"
]
}Response
Example response
{
"message": "Pages are being added to the brain."
}