Connection to an API

How to connect to an API using flow pro

If you want to connect an API we can use the Fetch HTML/JSON block. Below we can see we are doing a few things lets explain.

  • First we have our start block

  • Next the we use Fetch as HTML/JSON this is where we place the URL

  • Then we get the value by key and the we get the first index

  • Finally we output the results

Last updated