Skip to main content
POST
Presigned URL 발급

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Body

name
string
required
write-only

파일명 (확장자 포함)

Required string length: 1 - 512

Response

url
string<uri>
required
read-only

S3 업로드용 presigned PUT URL

path
string
required
read-only

S3 object key (파일 등록 시 file 필드로 사용)