Skip to main content

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?

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