Files
에이전트가 참조할 수 있는 파일들을 업로드하기 위해 사용되는 API입니다.
파일 등록
POST /v1/apps/staging/files
에이전트가 참조할 파일을 업로드합니다.
Request Parameters
files MultipartFile Required
업로드할 파일들입니다. multipart/form-data 타입으로 복수 개의 파일을 업로드할 수 있습니다.
Response
files array
업로드한 파일들의 FileObject정보입니다.
FileObject 객체
업로드된 파일들의 정보입니다.
file_id string
아이디
filename string
파일명
size number
파일 크기(bytes)