Chat GPT AI
$45
One time • Or $15/mo
stars • 0 ratings
3 installs
This plugin does not collect or track your personal data.
Platform
Web & Native mobile
Instructions
Get Your API Key:
First, obtain an API key from OpenAI by visiting their API key management page and generating a new key.
Set Up Input Form and Workflow:
Create an input form in your application where users can enter their text. In the workflow associated with this input, set up actions to process the data.
Configure Workflow to Create a JSON Format:
In the first workflow step, select "Create a New Thing" and add a field that will store the user input in JSON format.
Format the User’s Input as JSON:
To properly structure the user input for API requests, format it as follows:
json
Copy code
{
"role": "user",
"content": "<USER'S INPUT HERE>"
}
This setup ensures that user input is captured and formatted correctly, allowing easy integration with API requests.
First, obtain an API key from OpenAI by visiting their API key management page and generating a new key.
Set Up Input Form and Workflow:
Create an input form in your application where users can enter their text. In the workflow associated with this input, set up actions to process the data.
Configure Workflow to Create a JSON Format:
In the first workflow step, select "Create a New Thing" and add a field that will store the user input in JSON format.
Format the User’s Input as JSON:
To properly structure the user input for API requests, format it as follows:
json
Copy code
{
"role": "user",
"content": "<USER'S INPUT HERE>"
}
This setup ensures that user input is captured and formatted correctly, allowing easy integration with API requests.
Rating and reviews
No reviews yet
This plugin has not received any reviews.
© 2026, Bubble Group, Inc. All rights reserved.