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 storage API

The storage API from Wherobots — 12 operation(s) for storage.

Wherobots storage API is one of 34 APIs that Wherobots publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include storage. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 17 operations across 12 paths, and defines 20 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.

17 operations 12 paths 20 schemas 3 DELETE7 GET6 POST1 PUT

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 storage 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 17

Across 12 paths, the API surfaces 17 operations — 3 DELETE, 7 GET, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

storage 17
GET
/storage
List storage integrations
listIntegration → 200400401403404409422500
POST
/storage
Create a storage integration
createIntegration body → 201400401403404409422500
DELETE
/storage/{integration_id}
Delete a storage integration
deleteIntegration 1 param → 200400401403404409422500
GET
/storage/{integration_id}
Get a storage integration
getIntegration 1 param → 200400401403404409422500
GET
/storage/trust-relationship
Get IAM trust relationship
getTrustRelationship 1 param → 200400401403404409422500
GET
/storage/s3-access-type
Check S3 bucket access type
getS3AccessType 1 param → 200400401403404409422500
GET
/storage/{integration_id}/sample-policy
Get sample IAM policy
getSamplePolicy 1 param → 200400401403404409422500
POST
/storage/credentials
Get Storage Credentials
getStorageCredentials body → 200400401403404409422500
POST
/storage/{integration_id}/access
Verify storage integration access
verifyIntegrationAccess 1 param → 200400401403404409422500
POST
/storage/{integration_id}/abacaccess
Verify ABAC storage access
verifyAbacAccess 1 param → 200400401403404409422500
POST
/storage/{storage_id}/file-upload-url/{path}
Create a presigned file upload URL
createFileUploadUrl 2 params → 200400401403404409422500
POST
/storage/{storage_id}/file-rename/{path}
Rename a file in storage
renameFileInStorage 3 params → 200400401403404409422500
GET
/storage/{storage_id}/files/{path}
Download a file from storage
downloadFileFromStorage 2 params → 200400401403404409422500
DELETE
/storage/{storage_id}/files/{path}
Delete a file from storage
deleteFileFromStorage 2 params → 200400401403404409422500
DELETE
/storage/{storage_id}/directories/{path}
Delete a directory from storage
deleteDirectory 2 params → 200400401403404409422500
GET
/storage/{storage_id}/directories/{path}
List directory contents
listDirectoryContents 4 params → 200400401403404409422500
PUT
/storage/{storage_id}/directories/{path}
Create a directory in storage
createDirectory 2 params → 200400401403404409422500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are StorageSource (12 properties), CloudConnectionRead (11 properties), DirectoryListingResult (7 properties), ErrorInfo (7 properties). Each schema is shown below with its type and property counts.

ErrorInfo
object
7 properties 4 required
src__routers__storageintegration__UploadUrlResponse
object
2 properties 2 required
StorageIntegrationAccessType
string
CloudConnectionManagedBy
string
TemporaryAwsCredentials
object
Temporary AWS STS credentials with an expiration timestamp and region.
5 properties 5 required
S3AccessType
string
DirectoryListingResult
object
Result of a directory listing operation.
7 properties 3 required
ErrorBody
object
2 properties 2 required
CloudProvider
string
CloudConnectionRead
object
11 properties 5 required
FileEntryType
string
FileEntry
object
6 properties 3 required
CreateStorageIntegrationAPIPayload
object
6 properties 2 required
S3AccessApiResponse
object
1 property 1 required
CloudConnectionBinding
object
A resource that references (is "bound" to) a cloud connection. The binding kinds live in different databases (storage integrations in api-db, Glue and S3 Table…
3 properties 3 required
StorageCredentialsRequest
object
Request body for the unified storage credentials endpoint.
2 properties 1 required
StorageSourceType
string
ErrorClass
string
StorageIntegrationAccess
object
4 properties
StorageSource
object
12 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wherobots-storage-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 files API
Wherobots Flags API
Wherobots foreign-catalog API
Wherobots Health API
Wherobots Is Super User API