Skip to content

Getting the credentials.

Bruno Moya edited this page Mar 25, 2021 · 3 revisions

Getting your credentials

Right now there is no official way of accessing the Notion API but there is a little work-around to get your credentials. You need to have an account on Notion.so and need to be logged in your browser.

On to the chrome extension settings, you can get your needed token_v2! It is necessary for the Python server. (Hidden in the photo for obvious reasons)

TokenV2 is updated automatically when it changes (it occurs when you log out of notion or it expires), so Notion AI My Mind should always work. ☻ You can also change it manually of course.

⚠️⚠️⚠️ If you sign out of notion the token expires. This means if someone has accessed this token, it will not be usable to steal data from your Notion! ⚠️⚠️⚠️

AI Tagging

For AI Tagging you have two options:

Local TensorFlow image tagging: More GPU dependant but more privacy (*recommended)(will use cores of your server but the image will be processed locally)

Or you can create a free account at Clarifai and create an Application named whatever you want and get the API key.(*) .

*If you enter a Clarifai API key, Clarifai will be used. (Clarifai is cloud base, non gpu dependant, image is tagged on clarifai's servers) if you leave it blank it will use local TensorFlow (will use cores of your server but the image will be processed locally)