Quick Start
About this project
I've been using Airtable for a while, and recently I faced few problems. Especially with removing duplicates and downloading a specific view into a CSV file or JSON. I needed this functionality for creating an OpenAI assistant where I could send a CSV file through an API. I thought that maybe someone else has also encountered this problem. So, I created this API. The project is very simple but it works. I hope that helps.
This is an unofficial solution. We are not connected with Airtable in any way. If you have any questions, you can send an email to the following address: miekki.jerry@gmail.com.
Instructions
Set up Airtable token
Go to Developer Hub.

Create new token.
Name it as you want
Add scope: data.records:read
Give access to base you want to download

Save your Access Token.
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.

New accounts get 50 free API credits. You can buy more by visiting the pricing site.
Note
Ensure your API keys and tokens are kept secure and not exposed in client-side code.
The API usage is tracked and limited, so monitor your
/check-usageendpoint regularly to avoid running out of your quota.
Let's get started 👇🏻
Last updated