Query the public/uploads by image name

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi,
I am populating the database with a .JSON file in config/functions/bootstrap.js.
I have added all my images to the public/uploads folder. I would like to query this folder by image name so I can add it to my create post.

Is it possible to query the uploads by name in the backend?