Trying to Use Form Answers as URL Parameters

I am trying to use user inputs/selections as parameters in the URL from which I want to pull metadata. I am trying to use the Bubble API Connector.

The URL is structured like this: https://website.com/query?parameter1=selected-parmeter1&parameter2=selected-parameter2&apikey=users-api-key.

What I want is to create a form where the user fills out the information for the parameters and that is passed along to create the URL above, then the API pulls data from that URL.

Is this possible? Are there videos? Is this appropriate for APIs?

I would appreciate a nudge in the right direction. I’m honestly not sure where to look or what to search for, so if this is a duplicate, I am very sorry!

There are two lessons on the Bubble Lessons page that are helpful in getting started with the API Connector:

These should help you get going at least a bit. The API Connector does support exactly the use case you’re trying to achieve.