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

Resourcly storage API

The storage API from Resourcly — 7 operation(s) for storage.

Resourcly storage API is one of 22 APIs that Resourcly 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, API documentation, and an API reference.

This API exposes 7 operations across 7 paths, and defines 15 schemas. It is described by OpenAPI 2.0, at version 1.0.0.

Requests are made against the base URL https://api.resourcly.com/v1.

7 operations 7 paths 15 schemas 1 DELETE2 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0.0
Base URL
https://api.resourcly.com/v1
Authentication
API Key
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Resourcly storage API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerAuth).

  • BearerAuth — Firebase JWT token. Format: "Bearer {token}"

Paths & Operations 7

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

storage 7
GET
/storage/download-url
Get download URL
3 params → 200400401403404500
POST
/storage/folders
Create folder
1 param → 201400401403409500
GET
/storage/list
List storage directory
4 params → 200400401403500
DELETE
/storage/objects
Delete file or folder
3 params → 200400401403404409500
POST
/storage/paste
Paste (copy/move) items
1 param → 200400401403409500
POST
/storage/prepare-upload
Prepare upload
1 param → 200400401403409500
PUT
/storage/rename
Rename or move
1 param → 200400401403404409500

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are models.StorageItem (10 properties), models.StorageListResponse (5 properties), models.StoragePasteRequest (5 properties), models.StoragePrepareUploadResponse (4 properties). Each schema is shown below with its type and property counts.

models.StorageListResponse
object
5 properties
models.StorageRenameResponse
object
1 property
models.StoragePasteResponse
object
3 properties
models.StorageItem
object
10 properties
models.StoragePrepareUploadResponse
object
4 properties
models.StorageRenameRequest
object
4 properties
models.StorageDownloadURLResponse
object
1 property
models.StorageCreateFolderResponse
object
1 property
models.StoragePrepareUploadRequest
object
3 properties
models.StorageDeleteResponse
object
1 property
models.StorageCreateFolderRequest
object
3 properties
models.ErrorResponse
object
3 properties
models.StoragePasteItem
object
2 properties
models.StoragePasteError
object
2 properties
models.StoragePasteRequest
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resourcly-storage-api-openapi.yml Raw ↑

Other APIs Resourcly publishes across the network.

Resourcly analytics API
Resourcly auth API
Resourcly bom-comparisons API
Resourcly boms API
Resourcly business API
Resourcly datasources API
Resourcly documents API
Resourcly drive API
Resourcly duplicates API
Resourcly email API
Resourcly feedback API
Resourcly health API