Create connection
POST/v3/connections/{provider}
Initialize connection and get authorization URL
Create connection
curl https://api.supermemory.ai/v3/connections/$PROVIDER \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $SUPERMEMORY_API_KEY" \
-d '{}'{
"id": "id",
"authLink": "authLink",
"expiresIn": "expiresIn",
"redirectsTo": "redirectsTo"
}Returns Examples
{
"id": "id",
"authLink": "authLink",
"expiresIn": "expiresIn",
"redirectsTo": "redirectsTo"
}