Skip to main content

ImagesApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
getImageByUUIDGET /user/images/uuid/Get image's information by UUID

getImageByUUID

Image getImageByUUID(uuid, width, height, max-bytes)

Get image's information by UUID

Parameters

NameTypeDescriptionNotes
uuidStringUUID to search image by. (UUID is unique generated by the DB)[default to null]
widthIntegerAdjust image width[optional] [default to 0]
heightIntegerAdjust image height[optional] [default to 0]
max-bytesIntegerAdjust jpeg quality to fit into the maximum bytes[optional] [default to 0]

Return type

Image

Authorization

user-basic, user-oauth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, /