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

Wherobots files API

The files API from Wherobots — 8 operation(s) for files.

Wherobots files API is one of 34 APIs that Wherobots 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 and API documentation.

This API exposes 8 operations across 8 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1.

Requests are made against a single base URL, https://api.cloud.wherobots.com.

8 operations 8 paths 8 schemas 1 DELETE3 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api.cloud.wherobots.com
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Wherobots files API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerToken). An API key is passed in the header as X-API-Key (wherobotsApiKey).

  • wherobotsApiKey — A Wherobots-generated API key

Paths & Operations 8

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

files 8
GET
/files/integration-dir
List integration storage directory (legacy)
getIntegrationDirectory 2 params → 200400401403404409422500
GET
/files/dir
List managed storage directory (legacy)
getDirectory 1 param → 200400401403404409422500
POST
/files/upload-url
Create a file upload URL (legacy)
createUploadUrl 1 param → 200400401403404409422500
DELETE
/files
Delete files from managed storage (legacy)
deleteFiles body → 200400401403404409422500
POST
/files/folder
Create a folder in managed storage (legacy)
createFolder 2 params → 200400401403404409422500
GET
/files/download
Download a file from managed storage (legacy)
downloadFile 1 param → 200400401403404409422500
POST
/files/rename
Rename a file in managed storage (legacy)
renameFile 2 params → 200400401403404409422500
POST
/files/ingest-credentialsdeprecated
Create temporary ingest credentials (legacy)
createIngestCredentials → 200400401403404409422500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ErrorInfo (7 properties), FileEntry (6 properties), Directory (5 properties), IngestCredentials (4 properties). Each schema is shown below with its type and property counts.

FileEntryType
string
ErrorInfo
object
7 properties 4 required
FileEntry
object
6 properties 3 required
ErrorClass
string
IngestCredentials
object
4 properties 4 required
ErrorBody
object
2 properties 2 required
Directory
object
5 properties 2 required
src__routers__files__UploadUrlResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wherobots-files-api-openapi.yml Raw ↑

Other APIs Wherobots publishes across the network.

Wherobots apikey API
Wherobots audit-log API
Wherobots catalogs API
Wherobots cloud-connections API
Wherobots coupon API
Wherobots environment-override--preset API
Wherobots environment-preset API
Wherobots Flags API
Wherobots foreign-catalog API
Wherobots Health API
Wherobots Is Super User API
Wherobots jupyter_lab API