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..."Fetches an image URL, caches it server-side, and returns base64 content.
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..."Image retrieved.
The response is of type any.