---
title: Datei-Upload-Objekt | RunAPI
description: Eine temporär hochgeladene Datei und ihre einstündige RunAPI-URL.
url: https://runapi.ai/de/docs/api/files/object.md
canonical: https://runapi.ai/de/docs/api/files/object
locale: de
---

> HTML-Version: https://runapi.ai/de/docs/api/files/object
> Website-Index für KI-Agenten: https://runapi.ai/llms.txt

# Datei-Upload-Objekt

Eine temporär hochgeladene Datei und ihre einstündige RunAPI-URL.

## Objektfelder

Stabile Felder, die vom wiederverwendbaren Objekt der Ressource geteilt werden.

### Dateien

```json
{
  "created_at": {
    "description": "Erstellungszeitpunkt des File-Uploads.",
    "format": "date-time",
    "required": true,
    "type": "string"
  },
  "expires_at": {
    "description": "Ablaufzeit der File-Upload-URL und der gespeicherten Bytes.",
    "format": "date-time",
    "required": true,
    "type": "string"
  },
  "file_name": {
    "description": "Der Datei-Upload zugewiesener Dateiname.",
    "required": true,
    "type": "string"
  },
  "mime_type": {
    "description": "Erkannter Medientyp der hochgeladenen Datei.",
    "required": true,
    "type": "string"
  },
  "size_bytes": {
    "description": "Größe der hochgeladenen Datei in Bytes.",
    "required": true,
    "type": "integer"
  },
  "url": {
    "description": "Temporäre RunAPI-URL für die hochgeladene Datei.",
    "format": "uri",
    "required": true,
    "type": "string"
  }
}
```

## Verwandte Referenz

- [Dateien](https://runapi.ai/de/docs/api/files.md)
- [Einen File-Upload erstellen](https://runapi.ai/de/docs/api/files/create.md)

---

## Mehr von RunAPI

- [Startseite](https://runapi.ai/de/.md)
- [Modellkatalog](https://runapi.ai/de/models.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Anbieter](https://runapi.ai/de/models)
- [Dokumentation](https://runapi.ai/de/docs/guides)
- [SDKs](https://runapi.ai/de/sdk.md)
- [CLI](https://runapi.ai/de/cli.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Cursor API-Einrichtung](https://runapi.ai/de/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/de/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/de/contact.md)
- [Kontakt](https://runapi.ai/de/contact.md)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Website-Index für KI-Agenten](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Strukturierte Daten

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "TechArticle",
    "headline": "Datei-Upload-Objekt",
    "description": "Eine temporär hochgeladene Datei und ihre einstündige RunAPI-URL.",
    "url": "https://runapi.ai/de/docs/api/files/object",
    "mainEntityOfPage": "https://runapi.ai/de/docs/api/files/object"
  }
]
```
