File 对象
单个 File 对象的描述信息
属性
id
string
File 的唯一 IDobject
string
对象类型,此处总为file
bytes
int
文件大小created_at
int
File 的创建时间,类型为 Unix 时间戳,单位 sfilename
string
文件名purpose
string
上传意图,可选项为file-extract
和retrieval
status
string
处理状态,可选项为success
和processed
示例
{
"id": "file-abc123",
"object": "file",
"bytes": 140,
"created_at": 1613779121,
"filename": "salesOverview.pdf",
"purpose": "file-extract",
}