Reputation: 497
Does anyone know the endpoint for getting all of the iamges you uploaded to the media libray in one request? Im using next js with strapi and need a way to grab all of the images from the media library but there doesnt seem to be any documentation on this
Upvotes: 2
Views: 11888
Reputation: 31
Here's a plugin I developed that could help, It can get folders and files in the folder aswell
Upvotes: 0
Reputation: 81
/api/upload
Reference https://docs.strapi.io/developer-docs/latest/plugins/upload.html#configuration
Upvotes: 7