Image

이미지 파일을 url로 변환 시켜주는 API를 제공합니다.

Get Image Url

POST http://15.165.197.67:5000/image/upload

이미지 업로드 시 사용될 url로 변환된 주소를 보내줍니다.

Request Body

NameTypeDescription

image

string

{    "imageUrl": "url 주소"    }

Last updated