Skip to main content
GET
/
api
/
images
/
{id}
/
binary
Get image binary(이미지 링크로 이미지 binary 불러오기)
curl --request GET \
  --url http://localhost:4010/api/images/{id}/binary \
  --header 'X-Api-Key: <api-key>'
"<string>"

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
number
required

Query Parameters

collection
boolean
default:false

Is this a Collection Image?(컬렉션 여부)

watermarked
boolean
default:false

Is this a Watermarked Image?(워터마크 여부)

scaleSize
string

Scale Size(스케일 사이즈)

imageType
enum<string>
default:png

Image Type(이미지 타입)

Available options:
jpeg,
png,
webp,
svg

Response

Binary data of image(이미지 바이너리 데이터)

The response is of type file.