Skip to main content

Upload file to airtable using API

  • July 19, 2021
  • 1 reply
  • 33 views

I’m new to airtable. How can I use the Rest AIP with python to upload a pdf file? To my understanding, I need some sort of link for the upload. What do I have to look out for when programming the automation?

1 reply

kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6002 replies
  • July 19, 2021

Welcome to the Airtable community!

The file will need to exist at a publicly accessible URL.

Look at the REST API documentation. for how to format the API call. The documentation is very good and contains examples with your actual base data.


Reply