POST
/
v3
/
connections
/
{provider}
/
import
curl --request POST \
  --url https://api.supermemory.ai/v3/connections/{provider}/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "containerTags": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
notion,
google-drive,
onedrive

Body

application/json