# iOS super-quick Notion Note-Taking

By [HumanOverrated](https://paragraph.com/@humanoverrated) · 2022-06-10

---

Preface
-------

Over all, I like Notion. But I am not a fan of Notion iOS app.

I don't like iOS note App, cause it is difficult to see my note on PC.

I like iOS ShortCut, it can be programed which mean it can make magics.

* * *

May 13th, 2021, Notion Public API is published, I am very excited to make use of it, especially on my iPhone.

I like Notion Develop Team's Postman CODEs, it is very helpful for my understanding of this API.

So, without further ado, let me show you how I make use of it.

How to make your own API robot (integration)
--------------------------------------------

here are the steps:

1.  enter [notion.so/my-integrations](http://notion.so/my-integrations) website, make a new API robot.
    
2.  write down your TOKEN!
    
3.  allow integration edit your specific database.
    
4.  What you need? for your iOS shortcut?
    
    *   Your TOKEN
        
    *   Your targeted DATABASE ID
        

[![]({{DOMAIN}}/editor/youtube/play.png)](https://www.youtube.com/watch?v=HYb1JeOgR2E)

* * *

Create A ShortCut to connect API
--------------------------------

You can duplicate this ShortCut:

New: [https://www.icloud.com/shortcuts/fdeae95af0044dfeb16cbc78fffaa29c](https://www.icloud.com/shortcuts/fdeae95af0044dfeb16cbc78fffaa29c)

[![]({{DOMAIN}}/editor/youtube/play.png)](https://www.youtube.com/watch?v=lhOdnE9G85M)

Here are the steps:

1.  Open the ShortCut sharing link, add it to your shortcuts.
    
2.  Fill in your TOKEN and DATABASE ID
    
3.  adjust your database/shortcut
    
4.  run it.
    

* * *

questions can be comment in this page, or in my email: [jim.sun6428@outlook.com](mailto:jim.sun6428@outlook.com)

I think I'm gonna make a short-cut about iOS Clipboard to Notion, stay tuned!

---

*Originally published on [HumanOverrated](https://paragraph.com/@humanoverrated/ios-super-quick-notion-note-taking)*
