Skip to content
Get started

Sync connection

POST/v3/connections/{provider}/import

Initiate a manual sync of connections

Path ParametersExpand Collapse
provider: "notion" or "google-drive" or "onedrive" or 4 more
One of the following:
"notion"
"google-drive"
"onedrive"
"gmail"
"github"
"web-crawler"
"s3"
Body ParametersJSONExpand Collapse
containerTags: optional array of string

Optional comma-separated list of container tags to filter connections by

Sync connection

curl https://api.supermemory.ai/v3/connections/$PROVIDER/import \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $SUPERMEMORY_API_KEY" \
    -d '{
          "containerTags": [
            "user_123",
            "project_123"
          ]
        }'
Returns Examples