Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Remberg files API

The files API from Remberg — 6 operation(s) for files.

Remberg files API is one of 19 APIs that Remberg publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include files. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 6 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://api.remberg.de.

9 operations 6 paths 5 schemas 1 DELETE4 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://api.remberg.de
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Remberg files API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (authorization).

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

files 9
GET
/v1/files
Returns a list of top-level files and folders. Use the folderId query parameter to retrieve nested resources.
/v1/files_get 11 params → 200400403
POST
/v1/files
Upload one or more files using multipart/form-data. Optionally specify a target folder via the metadata payload.
/v1/files_post body → 201400403409
GET
/v1/files/resolve
Resolve a file or folder by its slash-delimited path (e.g. "Engineering/Specs/vacuum.pdf") and return its metadata.
/v1/files/resolve_get 1 param → 200400403404
GET
/v1/files/{id}
Retrieve the metadata of a single file or folder by its unique identifier.
/v1/files/{id}_get 1 param → 200400403404
PATCH
/v1/files/{id}
Update the metadata of a file or folder by its unique identifier.
/v1/files/{id}_patch 1 param body → 200400403404409
DELETE
/v1/files/{id}
Delete a file or folder by its unique identifier. This is a cascading operation — all nested child items will also be permanently deleted.
/v1/files/{id}_delete 1 param → 204400403404
GET
/v1/files/{id}/download
Download the binary content of a file by its unique id.
/v1/files/{id}/download_get 1 param → 200400403404
POST
/v1/files/folder
Create a new folder. Optionally specify a parent folder to create a nested folder.
/v1/files/folder_post body → 201400403409
PATCH
/v1/files/{id}/content
Replace the binary content of an existing file by its unique id.
/v1/files/{id}/content_patch 1 param body → 200209400403404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are DriveFilesCfaResponseDto (16 properties), DriveFilesCfaUpdateOneBodyDto (10 properties), DriveFilesCfaCreateFileMultipartBodyDto (9 properties), DriveFilesCfaCreateFolderBodyDto (8 properties). Each schema is shown below with its type and property counts.

DriveFilesCfaResponseDto
object
16 properties 8 required
DriveFilesCfaFindManyResponseDto
object
1 property 1 required
DriveFilesCfaCreateFileMultipartBodyDto
object
9 properties 1 required
DriveFilesCfaCreateFolderBodyDto
object
8 properties 1 required
DriveFilesCfaUpdateOneBodyDto
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remberg-files-api-openapi.yml Raw ↑

Other APIs Remberg publishes across the network.

Remberg ai-chat API
Remberg asset-status-signals API
Remberg asset-types API
Remberg assets API
Remberg contacts API
Remberg failure-types API
Remberg forms API
Remberg inventories API
Remberg organizations API
Remberg part-stock-changes API
Remberg parts API
Remberg procedure-templates API