메인 콘텐츠로 건너뛰기
POST
/
v1
/
images
/
upload
이미지 자산 업로드
curl --request POST \
  --url https://apiany.ai/v1/images/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "url": "<string>"
}

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

본문

multipart/form-data
file
file
필수

응답

200 - application/json

업로드된 자산 URL입니다.

url
string<uri>
필수