---
title: Persistente Dateien | RunAPI
description: Erstellen und verwalten Sie unveränderliche, auf das Konto begrenzte
  user_data-, batch- und batch_output-Dateien über die OpenAI-kompatible Files API.
url: https://runapi.ai/de/docs/api/protocol/files.md
canonical: https://runapi.ai/de/docs/api/protocol/files
locale: de
---

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

# Persistente Dateien

Erstellen und verwalten Sie unveränderliche, auf das Konto begrenzte user_data-, batch- und batch_output-Dateien über die OpenAI-kompatible Files API.

## Objekt

- [Persistente-Dateien-Objekt](https://runapi.ai/de/docs/api/protocol/files/object.md)

## Operationen

- [Eine File erstellen](https://runapi.ai/de/docs/api/protocol/files/create.md)
- [Dateien auflisten](https://runapi.ai/de/docs/api/protocol/files/list.md)
- [Eine Datei abrufen](https://runapi.ai/de/docs/api/protocol/files/retrieve.md)
- [Dateiinhalt abrufen](https://runapi.ai/de/docs/api/protocol/files/content.md)
- [Eine Datei löschen](https://runapi.ai/de/docs/api/protocol/files/delete.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": "Persistente Dateien",
    "description": "Erstellen und verwalten Sie unveränderliche, auf das Konto begrenzte user_data-, batch- und batch_output-Dateien über die OpenAI-kompatible Files API.",
    "url": "https://runapi.ai/de/docs/api/protocol/files",
    "mainEntityOfPage": "https://runapi.ai/de/docs/api/protocol/files"
  }
]
```
