Integration with shortcuts in iOS/ipadOS app

Currently, I can get summaries of pdfs via shortcuts and ChatGPT. For example, when I share a pdf to a shortcut via the Zotero app, it gives me the ChatGPT summary and copies it to the clipboard as rich text. I open a new note in the article item and paste the text there. I want that process to be fully automated.

The solution to automate this instead of doing it manually seems to be the Zotero API for now. For example, it would be great if this process could work:

- Get the parent item key that this attachment is linked to in Zotero with PDF sharing (I tried to do this with search query based on Zotero's automatic pdf naming, but the search capability seems very limited, it doesn't work for most articles)
- Save the content summarized with this key as a note

How can I automate this manual process? How can I easily summarize articles on iOS with the Zotero API or another solution and save this summary as a note? I hope I made my point clear.
Sign In or Register to comment.