跳到正文
RunAPI 开发者文档
API 参考
API 参考

File Upload 对象

已上传的临时文件及其有效期为一小时的 RunAPI URL。

已上传的临时文件及其有效期为一小时的 RunAPI URL。

01

对象字段

JSON 请求体

可复用资源对象共享的稳定字段。

文件6 个字段
created_atstring
必填

Time the File Upload was created.

expires_atstring
必填

Time the File Upload URL and stored bytes expire.

file_namestring
必填

Filename assigned to the File Upload.

mime_typestring
必填

Detected media type of the uploaded file.

size_bytesinteger
必填

Uploaded file size in bytes.

urlstring
必填

Temporary RunAPI URL for the uploaded file.

02

相关参考