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

QuantCDN KV API

Key-value store operations

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 operations 5 paths 12 schemas 3 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.

KV 11

Key-value store operations

GET
/api/v2/organizations/{organization}/projects/{project}/kv
List key-value stores
KV_list 2 params → 200400403
POST
/api/v2/organizations/{organization}/projects/{project}/kv
Add a kv store
KV_create 2 params body → 200400403
DELETE
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}
Delete a kv store
KV_delete 3 params → 204400403
GET
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}
Get a kv store
KV_show 3 params → 200404403
DELETE
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/link
Unlink a KV store from this project
KV_unlink_from_project 3 params → 200400403
POST
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/link
Link a KV store to another project
KV_link_to_project 3 params body → 200400404403
GET
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items
List items in a kv store
KV_items_list 7 params → 200400403
POST
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items
Add an item to a kv store
KV_items_create 3 params body → 200400403422
DELETE
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items/{key}
Delete an item from a kv store
KV_items_delete 4 params → 200400403
GET
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items/{key}
Get an item from a kv store
KV_items_show 4 params → 200404403
PUT
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items/{key}
Update an item in a kv store
KV_items_update 4 params body → 200400403422

Schemas 12

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 property 1 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 property 1 required
KV_link_to_project_200_response
object
2 properties
V2Error
object
2 properties 2 required
KV_items_show_200_response
object
2 properties
V2StoreItemRequest
object
3 properties 2 required
KV_items_delete_200_response
object
2 properties
V2Store
object
2 properties 2 required
V2StoreItemUpdateRequest
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-kv-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Filter Policies API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Slack Bots API