---
title: Bestanden en uploads | RunAPI
description: Manage persistent account Files, multipart Uploads, and Moderation Batches
  through OpenAI-compatible endpoints.
url: https://runapi.ai/nl/docs/api/protocol.md
canonical: https://runapi.ai/nl/docs/api/protocol
locale: nl
---

> HTML-versie: https://runapi.ai/nl/docs/api/protocol
> Site-index voor agents: https://runapi.ai/llms.txt

# Bestanden en uploads

- [Persistente bestanden](https://runapi.ai/nl/docs/api/protocol/files.md) — Maak onveranderlijke, accountbereikende user_data-, batch- en batch_output-bestanden aan en beheer ze via de OpenAI-compatibele Files API.
- [Bestandsobject](https://runapi.ai/nl/docs/api/protocol/files/object.md) — Een onveranderlijk persistent bestand geïdentificeerd door een RunAPI-bestands-ID, zonder implementatiedetails over opslag.
- [Een bestand aanmaken](https://runapi.ai/nl/docs/api/protocol/files/create.md) — Stream één meerdelig user_data- of batch-bestand naar permanente opslag.
- [Bestanden weergeven](https://runapi.ai/nl/docs/api/protocol/files/list.md) — Actieve bestanden weergeven in deterministische cursorvolgorde.
- [Een bestand ophalen](https://runapi.ai/nl/docs/api/protocol/files/retrieve.md) — Actieve bestandsmetadata ophalen op ID.
- [Bestandsinhoud ophalen](https://runapi.ai/nl/docs/api/protocol/files/content.md) — Stream de exact opgeslagen bestandsbytes.
- [Een bestand verwijderen](https://runapi.ai/nl/docs/api/protocol/files/delete.md) — Een bestand logisch verwijderen en de opgeslagen inhoud inplannen voor opschoning.
- [Uploads](https://runapi.ai/nl/docs/api/protocol/uploads.md) — Reserveer, stel samen, voltooi of annuleer een persistente bestandsupload van geordende onderdelen.
- [Upload-object](https://runapi.ai/nl/docs/api/protocol/uploads/object.md) — Een meerdelige Upload-reservering van één uur en het definitieve bestand na voltooiing.
- [Een Upload aanmaken](https://runapi.ai/nl/docs/api/protocol/uploads/create.md) — Reserveer de opgegeven definitieve bestandsbytes voor één upload.
- [Een uploadonderdeel toevoegen](https://runapi.ai/nl/docs/api/protocol/uploads/add-part.md) — Stream één meerdelig Part naar een onvoltooid Upload.
- [Een Upload voltooien](https://runapi.ai/nl/docs/api/protocol/uploads/complete.md) — Stel onderdelen samen in de opgegeven volgorde en maak één onveranderlijk bestand.
- [Een Upload annuleren](https://runapi.ai/nl/docs/api/protocol/uploads/cancel.md) — Een Upload idempotent annuleren.
- [Batches](https://runapi.ai/nl/docs/api/protocol/batches.md) — Dien OpenAI-compatibel moderatiebatchwerk in en volg het op met behulp van een bestand met purpose=batch.
- [Batch-object](https://runapi.ai/nl/docs/api/protocol/batches/object.md) — Een op account-niveau ingestelde moderatiebatch waarvan de uitvoeringslevenscyclus wordt gerapporteerd door de compatibele Batch API.
- [Batches weergeven](https://runapi.ai/nl/docs/api/protocol/batches/list.md) — Batches weergeven die zijn aangemaakt door het huidige account.
- [Een Batch aanmaken](https://runapi.ai/nl/docs/api/protocol/batches/create.md) — Dien een moderatiebatch in op basis van een geldig bestand met purpose=batch.
- [Een Batch ophalen](https://runapi.ai/nl/docs/api/protocol/batches/retrieve.md) — De huidige Batch-status en het aantal verzoeken ophalen.
- [Een Batch annuleren](https://runapi.ai/nl/docs/api/protocol/batches/cancel.md) — Vraag de uitvoerprovider om een niet-terminale batch te annuleren.

---

## Meer van RunAPI

- [Home](https://runapi.ai/nl/.md)
- [Modelcatalogus](https://runapi.ai/nl/models.md)
- [Prijzen](https://runapi.ai/nl/pricing.md)
- [Providers](https://runapi.ai/nl/models)
- [Documentatie](https://runapi.ai/nl/docs/guides)
- [SDK's](https://runapi.ai/nl/sdk.md)
- [CLI](https://runapi.ai/nl/cli.md)
- [MCP Server](https://runapi.ai/nl/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/nl/claude-code-vs-cursor.md)
- [Cursor API instellen](https://runapi.ai/nl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/nl/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/nl/contact.md)
- [Contact](https://runapi.ai/nl/contact.md)
- [Voorwaarden](https://runapi.ai/nl/terms.md)
- [Privacy](https://runapi.ai/nl/privacy.md)
- [Site-index voor agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Gestructureerde gegevens

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/nl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/nlicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "TechArticle",
    "headline": "Bestanden en uploads",
    "description": "Manage persistent account Files, multipart Uploads, and Moderation Batches through OpenAI-compatible endpoints.",
    "url": "https://runapi.ai/nl/docs/api/protocol",
    "mainEntityOfPage": "https://runapi.ai/nl/docs/api/protocol"
  }
]
```
