파일 업로드

문서 파일이나 요청자 첨부파일을 API로 요청하기 위한 사전 파일 업로드용 API입니다.

요청 형식:

  • Content-Type: multipart/form-data
  • Stream을 통해 업로드 후 API에서 활용 가능한 파일 정보를 반환합니다.

파일 크기 제한:

  • type=attachment: 최대 10MB
  • type=document: PDF 파일은 최대 10MB, 그 외 확장자는 최대 5MB

기타 정보:

  • 유효기간: 2시간
  • 문서 파일 업로드 시 PDF 파일을 권장합니다.
Query Params
string
enum
required

파일 유형

Allowed:
Body Params
file
required

업로드할 파일 (attachment: 최대 10MB, document: PDF 최대 10MB/기타 확장자 최대 5MB)

Responses

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json