How do I add new files to the specified Web3API.storage address?

Hi I’m using Web3API.storage, it returns to me: https://ipfs.moralis.io:2053/ipfs/[set_characters]/[my_folder_name]/[file id, let = 1].
Question how do I now add another file to the same address [set_characters]/[my_folder_name]/, I mean my data total more than 1GB so I can’t load all files at once via array. So I want to address the same address by adding new files. Thank you!

Don’t think you can do this with Moralis. Here is info on it from Pinata. So you would get a different CID.

You can look at other providers if needed.