Netter file-folders API is one of 44 APIs that Netter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include file-folders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
13 operations
across 10 paths,
and defines 12 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0.
Requests are made against the base URL https://api.netter.ai.
13 operations10 paths12 schemas1 DELETE6 GET1 PATCH5 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.netter.ai
Resource Areas
1
Paths & Operations 13
Across 10 paths, the API surfaces 13 operations — 1 DELETE, 6 GET, 1 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are FileFolderRead (15 properties), DatasetMemberRead (9 properties), FileFolderUpdate (8 properties), BatchSummary (5 properties). Each schema is shown below with its type and property counts.
DatasetMemberRead
object
One contributing file in a merge-enabled folder's collection dataset.
9 properties4 required
BatchSummary
object
One batch group (by batchkey) in a folder's ingestion pipeline, with its read-time computed lifecycle status.
5 properties5 required
ValidationError
object
5 properties3 required
FileFolderMove
object
POST /file-folders/{id}/move payload.
1 property
FileFolderUpdate
object
PATCH payload — every field is optional so the same endpoint covers rename and merge toggle (mutually exclusive at most use sites; a single request that sets b…
8 properties
FileFolderBreadcrumb
object
One node on the breadcrumb path returned by the explorer endpoint.
2 properties2 required
HTTPValidationError
object
1 property
FileFolderCreate
object
2 properties1 required
FileFolderRead
object
15 properties5 required
GroupKeyTestRequest
object
POST /file-folders/{id}/group-key:test payload — a candidate batchkeypattern regex to dry-run (not yet saved).
1 property1 required
FileFolderDeletePreview
object
Cascade-delete preview returned by GET /file-folders/{id}/delete-preview.
3 properties3 required
FileFolderDelete
object
DELETE /file-folders/{id} payload — the type-to-confirm guard. The frontend renders "Type the folder name to confirm" and only sends confirmwithname once the t…
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.