Can Images from Pipedream Uploaded Links be Directly Uploaded to Notion API?

This topic was automatically generated from Slack. You can find the original thread here.

Hello everyone,

I’m wondering if it’s possible to upload an image through the Notion API that originates from a Pipedream uploaded link.

I have an HTTP trigger set up to receive images, which are then processed in Python and passed to the Notion connection for inserting into a database. Since the Pipedream image link expires, I’m planning to directly upload the image to Notion. Alternatively, do I need to connect the Notion API through custom Python code or something similar?

Thank you in advance!

Hi , per the Notion API doc here, The Notion API does not yet support uploading files to Notion.

So you’ll need to upload your image to a cloud storage, make it public, and then link it to Notion block

Alright, thank you so much Leo!