With the API Connector if you GET the json file URL it will interpret it as if it received a JSON response like normal.
So if you can do the initial API call, get the json file in your database, then chain another GET request to the resulting file URL you will have what you want
Then delete the file after.