Help

The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.

Upload file to airtable using API

Topic Labels: Automations
6774 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Gabriel_Ferguso
4 - Data Explorer
4 - Data Explorer

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 1

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.