Help

Is it possible to upload attachments?

Topic Labels: API
Solved
Jump to Solution
34701 38
cancel
Showing results for 
Search instead for 
Did you mean: 
Bryan_McBride
4 - Data Explorer
4 - Data Explorer

Looking over the API documentation, it appears that attachments require a url key, so they must already be available on a web server. Is it possible to upload local files to Airtable via the API? I’d like to build my own form that POSTs to Airtable and uploads an image as an attachment, but it doesn’t look like this is currently possible. Am I missing something?

Thanks!

1 Solution

Accepted Solutions
Chinara_James
6 - Interface Innovator
6 - Interface Innovator

As promised, my write up of my solution.

Getting Started with the Airtable API | Chinara James

Airtable is an easy way to get a database up and running for a side project or to quickly prototype an idea for app. I have used it to manage track projects, expenses, client contacts and more.

See Solution in Thread

38 Replies 38
Emmett_Nicholas
6 - Interface Innovator
6 - Interface Innovator

Right now this isn’t possible with the Airtable API alone. It’s something we’ll think about for future API versions though. A workaround for now is to use a different service (e.g. Filestack, imgur, etc.) to process the upload before then sending the url to Airtable. When Airtable processes the attachment, it will copy the file to Airtable’s own (S3) server for safekeeping, so it’s OK if the original uploaded file url is just temporary.

Bryan_McBride
4 - Data Explorer
4 - Data Explorer

Thanks for the clarification!

Joshua_Deeden
4 - Data Explorer
4 - Data Explorer

+1 For uploading attachments via API. Once I learned this wasn’t possible, my whole world crumbled.

paul_chelly
4 - Data Explorer
4 - Data Explorer

+1, uploading files via URL is pain.

Man_Wtrnt
4 - Data Explorer
4 - Data Explorer

+1, For uploading attachments via API!! would be so helpful…

Debra_White
4 - Data Explorer
4 - Data Explorer

will you ever consider incorporating a CDN or will it always be S3? I’d like to be able to use Airtable to deploy inventory images to a website and am curious about benchmarks.

Nico
5 - Automation Enthusiast
5 - Automation Enthusiast

+1. Does anyone know a service to temporary upload some images?

Andrew_McAllist
4 - Data Explorer
4 - Data Explorer

Would also like to see this added to the API.

Changsheng_Wu
4 - Data Explorer
4 - Data Explorer

What’s blocking this feature?