Sign Up
Loading...

Saving HTTP response images into the database

Asked by Gabriel on November 22, 2024

How can I call an external API that returns an image (e.g., AbstractAPI screenshot), save the response in my database, and store a copy of the image file in Twidget?


Answered by Twidget

Follow the tutorial for sending an HTTP request and retrieving image data: https://www.youtube.com/watch?v=IrY_7xnA10g&t=1s

Use the Upload File command to save the image bytes into the datastore.

Related Questions