cURL
curl --request POST \ --url http://localhost:4010/api/images/reference \ --header 'Content-Type: multipart/form-data' \ --header 'X-Api-Key: <api-key>' \ --form file='@example-file'
201
Example
"0/reference-1231231.png"
Upload Success(Returning Reference Link) (업로드 성공(레퍼런스 링크 반환))
The response is of type string.
string