Help

How to Upload Image from Airtable API to Wordpress programmatically

Topic Labels: API
290 2
cancel
Showing results for 
Search instead for 
Did you mean: 
mike16
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi there,
I want to upload image from Airtable api to wordpress but the issue is the airtablo attachment url is without the extension due to that it is hard to upload it in the wordpress.
This is the URL
Can someone please help me on this?
Thank you.

2 Replies 2

How are you attempting to upload this?  If you're using Airtable automations you should have the "Expiring attachment URL" as a data value you can use?

So I'm using php curl to get all the data and then with the iteration through data I'm trying to create products and upload the data. 

mike16_0-1710940477900.png

Here is the data structure which I get from the curl of the airtable.
Thank you.