Skip to main content
POST
/
images
/
getFalImage
Fetch cached external image
curl --request POST \
  --url http://api.superwize.ai/api/images/getFalImage \
  --header 'Content-Type: application/json' \
  --data '
{
  "imageUrl": "https://cdn.superwize.ai/assets/sample.png"
}
'
"iVBORw0KGgoAAAANSUhEUgAA..."

Body

application/json
imageUrl
string<uri>
required

Response

Image retrieved.

The response is of type any.