'Is there a best practice when returning a list of images from an ASP.NET Web API

I'm creating a Web API (on .NET) and I have to return a list of images, not the urls to the image because I don't have them.

Is it a good idea to return 10-20 images as base64 in my response? Even though the pictures will be very small I'm thinking that may be too much data for the api response, any ideas?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source