Setup API on Bubble

This page will take you through pasting your key to Bubble.

Bubble Editor

Once you have installed the template and created an app with it, go to bubble editor and navigate to the plugins page as illustrated below;

Bubble editor interface

Once you are on the plugin page, select API Connector and you should be able to see the following;

APi Connector

To see all the fields, click on expand. You will see this option just in place of collapse from the image above.

Paste the following values in header fields;

Content-Type = application/json

Authorization = Bearer [Your Key]

Replace [Your Key] with your OpenAI keys.

Last updated