cURL
curl --request GET \ --url http://localhost:4010/api/images/{id}/binary \ --header 'X-Api-Key: <api-key>'
200
Example
"<string>"
Is this a Collection Image?(컬렉션 여부)
Is this a Watermarked Image?(워터마크 여부)
Scale Size(스케일 사이즈)
Image Type(이미지 타입)
jpeg
png
webp
svg
Binary data of image(이미지 바이너리 데이터)
The response is of type file.
file