Skip to main content
POST
/
utils
/
media
/
images
/
info
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "width": 123,
    "height": 123,
    "format": "<string>",
    "mime_type": "<string>",
    "size_kb": 123,
    "size_mb": 123
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Body

multipart/form-data
image
file

The image file

url
string<uri>

Alternative: URL of image

Response

200 - application/json

Image information retrieved successfully

success
boolean
Example:

true

data
object