apps/docs/memory-api/connectors/overview.mdx
supermemory can sync external connections like Google Drive, Notion, OneDrive, and Web Crawler.
For OAuth-based connectors (Notion, Google Drive, OneDrive):
POST request to /v3/connections/{provider}authLink which you can redirect the user toredirectUrlFor Web Crawler:
POST request to /v3/connections/web-crawler with startUrl in metadatasupermemory syncs documents:
Google-Drive and Notion documents are synced instantaneouslyWeb-Crawler uses scheduled recrawling instead of webhooks/v3/connections/{provider}/sync to sync documents manually