Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

alya_alsiyabi's avatar

API & Images

Hi Is there a way to get images from api without storing them in the database ? I generated api from web one , it has some images, Then I consume the api in web two the images is not there because the path is not there, So how can I get these images. is there away to take images from api?

0 likes
3 replies
Snapey's avatar

take the image from api and save as files. Why would you need to save them in the database?

Please or to participate in this conversation.