파일 업로드

파일 업로드

POST https://api.roundhr.com/v1/upload/presign

파일 업로드 할 수 있는 URL를 반환합니다.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
필수
Description
parameter type

filename

string

required

첨부 파일 파일명

body

응답 예제

{
   "resource":{
      "presigned_url": "https://temp.amazonaws.com/upload/candidate/file/1/temp/1622473200/test.pdf?x-amz-acl=private",
      "file_url": "https://temp.amazonaws.com/upload/candidate/file/1/temp/1622473200/test.pdf"
   }
}

해당 API 요청 후 리턴받은 응답에서 presigned_url 을 사용하여 업로드 해주시기 바랍니다. 지원자 지원시 resume_path 혹은 file_upload 타입의 질문에 대한 answer 항목에는 file_url 의 path 부분(e.g. /upload/candidate/file/1/temp/1622473200/test.pdf) 를 입력해 주시기 바랍니다.

Last updated

Was this helpful?