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.

circle-info

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.comenvelope.

Instructions

Set up Airtable token

  1. Create new token.

  • Name it as you want

  • Add scope: data.records:read

  • Give access to base you want to download

  1. 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 Dashboardarrow-up-right at any time.

circle-info

New accounts get 50 free API credits. You can buy more by visiting the pricingarrow-up-right site.

circle-exclamation

Note

Let's get started 👇🏻

Last updated