Skip to main content

How to Upload Image from Airtable API to Wordpress programmatically

  • March 20, 2024
  • 2 replies
  • 28 views

Forum|alt.badge.img+3

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

TheTimeSavingCo
Forum|alt.badge.img+31

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?


Forum|alt.badge.img+3
  • Author
  • New Participant
  • March 20, 2024

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. 

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