Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Upload file to airtable using API

Topic Labels: Automations
7067 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.