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

InstantDB Storage API

File upload, listing, and deletion.

InstantDB Storage API is one of 6 APIs that InstantDB 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 3 operations across 3 paths. It is described by OpenAPI 3.0.1, at version 1.0.

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

3 operations 3 paths 0 schemas 1 DELETE1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.instantdb.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

InstantDB Storage API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (adminToken). By default, every request must be authenticated.

  • adminToken — Admin token issued in the InstantDB dashboard, sent as Authorization: Bearer $ADMINTOKEN.

Paths & Operations 3

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

Storage 3

File upload, listing, and deletion.

PUT
/admin/storage/upload
Upload a file
adminStorageUpload 2 params body → 200
DELETE
/admin/storage/files
Delete a single file
adminStorageDeleteFile 2 params → 200
POST
/admin/storage/files/delete
Delete multiple files
adminStorageDeleteFiles 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instantdb-storage-api-openapi.yml Raw ↑

Other APIs InstantDB publishes across the network.

InstantDB Realtime Sync API
InstantDB Auth API
InstantDB Presence API
InstantDB Query API
InstantDB Transactions API