파일
파일 업로드
POST/v1/files
파일 목록 조회
GET/v1/files
파일 다운로드
GET/v1/files/{file_id}/content
파일 메타데이터 조회
GET/v1/files/{file_id}
파일 삭제
DELETE/v1/files/{file_id}
ID of the deleted file.
Deleted object type.
For file deletion, this is always "file_deleted".
The ID of the scoping resource (e.g., the session ID).
The type of scope (e.g., "session").