How can I make a new thing(database) for each thing in a list

Using Uplodcare I have have a UUID of the image group to access file info, Ive use the API connector to GET the list of files uploaded and their details.

https://upload.uploadcare.com/group/info/?pub_key=demopublickey&group_id=154fac23-e2e2-46f2-a7cc-d23bb9235244~3

I want to create a new item in the database for each of the files with their height and width and UUID saved, but cant find how to do it?

Thanks!

I would throw them into a repeating group and use the orchestra plugin to create a thing for each cell from the response.