# Using the Airtable API Wizard

The Airtable API Wizard automatically creates GET requests from an Airtable base to display data in your app.

💡 Copy this example Airtable and try it out!\
👉<https://airtable.com/shrko7bqkuohxXKrE/tbl6NJAP6CcsZxRz9/viwVBc9WAYwfFLZp5>

## How the API Wizard works

1\. In **Data Library**, click **`+ New Collection`** and select **`Airtable`**.

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FOeGnkuFUadDCVJXAnlfc%2FScreenshot%202023-10-02%20at%2015.13.11.png?alt=media\&token=3045f719-23ef-4d6a-afad-fc020d4d3fc2)

2\. Follow the onscreen instructions to find the **share link** of your Airtable base. Click **`Continue`**.\
\
a. Click on the top right "**Share**" button from your Airtable base.

b. On the "**Share publicly**" tab, click on "**Enable shared base link (read-only)**" to get the link.

c. Copy the link and go back to Bravo Studio, press **Continue**.

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FLGZenFDyXYoaLO6O6aX7%2Fezgif.com-video-to-gif.gif?alt=media\&token=606356c8-fa55-4734-b55b-2bd30b189e8e)

3. With Airtable open, click on your account in the upper right corner of the screen. Here you'll see a dropdown menu appear. Click the **Developer hub** option. Or if you are currently signed into Airtable, you can [click here to access the developer hub](https://airtable.com/create/tokens).

<figure><img src="https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FQSEOP6zL2ujirWzXHxLS%2Faccess_tokens_find_developer_hub_01172023%20(1).png?alt=media&#x26;token=1c6d2b50-e7d5-45c2-9b63-4429f4d36968" alt=""><figcaption></figcaption></figure>

4. Click **`Create token`** from the **Personal access token** ta&#x62;**.**
5. Set a **`Name`**, for example: **Bravo API key**.
6. Click **`+ Add a scope`** and select **`data.records:read`** and **`data.records:write`**. Make sure both are selected.
7. Click **`+ Add a base`** and select **All workspaces** (you may select a specific base if you want).
8. Click **`Create token`**. Make sure you verified your email first.
9. A new modal shows up: **Your token has been created**. Copy the token.
10. Go back to Bravo and paste the token in the **Enter API Key** field and click **`Complete`**.

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXpqEanvOhm8vMtIH8i%2Fuploads%2FjKrECKYNdTpK3WthcUAG%2Fezgif.com-video-to-gif%20\(1\).gif?alt=media\&token=2b78e732-cee2-4ec5-a07c-182c658134c1)

4\. Wait for the Wizard to do its magic. Click `Continue` once all the steps are green.

![](https://1444025092-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fdocs%2F-Mflwdn73iqi6WpMSFe2%2F-Mflwl5fGXZZbYbaVMnZ%2FScreenshot_2020-07-07_at_10.17.26.png?generation=1627556877156296\&alt=media)

5\. The Wizard creates two requests per table: one for the **list page** and one for the **detail page**. Therefore, there are 2 tables in my Airtable, but 4 requests have been created. All the data records from the requests are also selected.

{% hint style="info" %}
The **Advanced view** takes you to the "**Custom API**" view, where you can configure the requests further (like adding parameters).
{% endhint %}

6\. You are done! Go back to your **Projects** and start binding data to your apps 🚀
