Notion API Get Page Content - Copy to new page fails with image

Using the method here to grab notion database content (not properties) and create a duplicate - this is used so we can have a client facing portal without all of our data being exposed to the client. Using this link: Grab Notion page title and page content - #12 by szczepan we’ve gotten VERY close. MAKE is able to append the content to a new page, but whenever there is an image it fails with the error:

The operation failed with an error. [400] body failed validation: body.children[4].image.external should be defined, instead was undefined.


(upload://7WLbXvsCjxbD2MYEaplawJq92N3.png)

Any clue on how to resolve this? We are just grabbing body: results from the api call to get ALL content onto the page.