POST
/
v3
/
connections
/
{provider}
/
import
JavaScript
import Supermemory from 'supermemory';

const client = new Supermemory({
  apiKey: 'My API Key',
});

await client.connections.import('notion');

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