Skip to main content
POST
/
images
/
getImageByFileId
Get image by file id (legacy)
curl --request POST \
  --url http://api.superwize.ai/api/images/getImageByFileId \
  --header 'Content-Type: application/json' \
  --data '
{
  "fileId": "file_01JHKZ06R8OP123456789"
}
'
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD="

Body

application/json
fileId
string
required

Response

Image data retrieved.

The response is of type string.