---
title: Bestandsobject | RunAPI
description: Een onveranderlijk persistent bestand geïdentificeerd door een RunAPI-bestands-ID,
  zonder implementatiedetails over opslag.
url: https://runapi.ai/nl/docs/api/protocol/files/object.md
canonical: https://runapi.ai/nl/docs/api/protocol/files/object
locale: nl
---

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

# Bestandsobject

Een onveranderlijk persistent bestand geïdentificeerd door een RunAPI-bestands-ID, zonder implementatiedetails over opslag.

## Objectvelden

Stabiele velden die worden gedeeld door het herbruikbare object van de resource.

### Persistente bestanden

```json
{
  "bytes": {
    "description": "Grootte van het opgeslagen bestand in bytes.",
    "required": true,
    "type": "integer"
  },
  "created_at": {
    "description": "Unix-tijdstempel waarop het bestand is aangemaakt.",
    "required": true,
    "type": "integer"
  },
  "expires_at": {
    "description": "Optioneel Unix-tijdstempel wanneer het bestand verloopt.",
    "required": false,
    "type": "integer"
  },
  "filename": {
    "description": "Originele bestandsnaam.",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "RunAPI File ID.",
    "required": true,
    "type": "string"
  },
  "object": {
    "description": "Objecttype.",
    "required": true,
    "type": "string"
  },
  "purpose": {
    "description": "Doel van het bestand.",
    "enum": [
      "user_data",
      "batch",
      "batch_output"
    ],
    "required": true,
    "type": "string"
  }
}
```

## Gerelateerde referentie

- [Persistente bestanden](https://runapi.ai/nl/docs/api/protocol/files.md)
- [Een bestand aanmaken](https://runapi.ai/nl/docs/api/protocol/files/create.md)
- [Bestanden weergeven](https://runapi.ai/nl/docs/api/protocol/files/list.md)
- [Een bestand ophalen](https://runapi.ai/nl/docs/api/protocol/files/retrieve.md)
- [Bestandsinhoud ophalen](https://runapi.ai/nl/docs/api/protocol/files/content.md)
- [Een bestand verwijderen](https://runapi.ai/nl/docs/api/protocol/files/delete.md)

---

## 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": "Bestandsobject",
    "description": "Een onveranderlijk persistent bestand geïdentificeerd door een RunAPI-bestands-ID, zonder implementatiedetails over opslag.",
    "url": "https://runapi.ai/nl/docs/api/protocol/files/object",
    "mainEntityOfPage": "https://runapi.ai/nl/docs/api/protocol/files/object"
  }
]
```
