API not Appearing under Actions

I’ve successfully initialized an API call with no authentication required however not seeing it in the plugin folder under workflow.

The URL I’m calling from is:
https://query1.finance.yahoo.com/v7/finance/options/nvda

Can anyone explain why this might be happening?

In the API change the “Use AS” dropdown from Data to Action

You are a saviour, thank you! I want to make sure I’m building this properly. Have 2 followups:

  1. I would like to variably change the characters after the last “/” in my URL, but they’re not “parameters”

https://query1.finance.yahoo.com/v7/finance/options/nvda

Where “NVDA” could be “AAPL”, “FB”, etc…

  1. Also I don’t want to save the data to a database, merely display it in browser… Do you have ideas on this?

I would use the API connector. Make the last part of the url a dynamic parameter (perhaps using [ticker]). Then on your page you can get the data and input whatever ticker you like.

Fantastic, I’m close… But now when I enter a symbol in [ticker] as a text input, the page doesn’t seem to update. May it need to be prompted?