Image Size issue

currently we are getting heavy image in searchNFT API . It causes the system to crash. Do you have a thumbnail of that picture?

we don’t have a thumbnail of the image now, only the url to the original image that you get get from the metadata

For now as an alternative, you could use a provider like Cloudinary or ImageKit to fetch these images and return smaller sizes e.g. thumbnail to you on-the-fly. This functionality is available via REST API (HTTP request) or with their JavaScript SDKs.