Create a connection to sync your content with supermemory
POST
request to /v3/connections/{provider}
provider
: The provider to connect to. Currently supported providers are notion
, google-drive
, one-drive
redirectUrl
: The URL to redirect to after the connection is created (your app URL)containerTags
: Optional. For partitioning users, organizations, etc. in your app.
["user_123", "project_alpha"]
metadata
: Optional. Any metadata you want to associate with the connection.
documentLimit
: Optional. The maximum number of documents to sync from this connection.
authLink
to redirect the user to the provider’s login page.
Next up, managing connections.