---
title: 檔案上傳物件 | RunAPI
description: 暫存上傳的檔案及其一小時的 RunAPI URL。
url: https://runapi.ai/zh-TW/docs/api/files/object.md
canonical: https://runapi.ai/zh-TW/docs/api/files/object
locale: zh-TW
---

> HTML 版本: https://runapi.ai/zh-TW/docs/api/files/object
> 代理程式網站索引: https://runapi.ai/llms.txt

# 檔案上傳物件

暫存上傳的檔案及其一小時的 RunAPI URL。

## 物件欄位

資源可重複使用物件所共用的穩定欄位。

### 檔案

```json
{
  "created_at": {
    "description": "File Upload 的建立時間。",
    "format": "date-time",
    "required": true,
    "type": "string"
  },
  "expires_at": {
    "description": "File Upload URL 與已儲存位元組的到期時間。",
    "format": "date-time",
    "required": true,
    "type": "string"
  },
  "file_name": {
    "description": "指派給檔案上傳的檔案名稱。",
    "required": true,
    "type": "string"
  },
  "mime_type": {
    "description": "已偵測到的上傳檔案媒體類型。",
    "required": true,
    "type": "string"
  },
  "size_bytes": {
    "description": "已上傳檔案的大小（位元組）。",
    "required": true,
    "type": "integer"
  },
  "url": {
    "description": "已上傳檔案的臨時 RunAPI URL。",
    "format": "uri",
    "required": true,
    "type": "string"
  }
}
```

## 相關參考資料

- [檔案](https://runapi.ai/zh-TW/docs/api/files.md)
- [建立檔案上傳](https://runapi.ai/zh-TW/docs/api/files/create.md)

---

## RunAPI 的更多內容

- [首頁](https://runapi.ai/zh-TW/.md)
- [模型目錄](https://runapi.ai/zh-TW/models.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [提供商](https://runapi.ai/zh-TW/models)
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
- [Claude Code 與 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-TW/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-TW/openrouter-alternative.md)
- [企業版](https://runapi.ai/zh-TW/contact.md)
- [聯絡我們](https://runapi.ai/zh-TW/contact.md)
- [服務條款](https://runapi.ai/zh-TW/terms.md)
- [隱私權](https://runapi.ai/zh-TW/privacy.md)
- [代理程式網站索引](https://runapi.ai/llms.txt)

聯絡我們: contact@runapi.ai

## 結構化資料

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-TW/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-TWicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "TechArticle",
    "headline": "檔案上傳物件",
    "description": "暫存上傳的檔案及其一小時的 RunAPI URL。",
    "url": "https://runapi.ai/zh-TW/docs/api/files/object",
    "mainEntityOfPage": "https://runapi.ai/zh-TW/docs/api/files/object"
  }
]
```
