QuantCDN KV API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include KV. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.
This API exposes
11 operations
across 5 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.0, at version 4.15.8.
Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.
11 operations5 paths12 schemas3 DELETE4 GET3 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
QuantCDN KV API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (JWT) (BearerAuth).
By default, every request must be authenticated.
BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.
Paths & Operations 11
Across 5 paths, the API surfaces 11 operations — 3 DELETE, 4 GET, 3 POST, 1 PUT. 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 KV_items_create_200_response (3 properties), V2StoreItemRequest (3 properties), V2Store (2 properties), KV_items_delete_200_response (2 properties). Each schema is shown below with its type and property counts.
V2StoreRequest
object
1 property1 required
V2StoreItemsListResponse
object
2 properties
KV_items_show_200_response_value
Item value (decoded from JSON if applicable). Returns '[ENCRYPTED]' for secret items.
KV_items_create_200_response
object
3 properties
KV_link_to_project_request
object
1 property1 required
KV_link_to_project_200_response
object
2 properties
V2Error
object
2 properties2 required
KV_items_show_200_response
object
2 properties
V2StoreItemRequest
object
3 properties2 required
KV_items_delete_200_response
object
2 properties
V2Store
object
2 properties2 required
V2StoreItemUpdateRequest
object
2 properties1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.