How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform Workers KV Namespace API

The Workers KV Namespace API from APIs.io Engineering Platform — 7 operation(s) for workers kv namespace.

APIs.io Engineering Platform Workers KV Namespace API is one of 471 APIs that APIs.io Engineering Platform publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 13 operations across 7 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version 4.0.0.

Requests are made against the base URL https://{bucketname}.s3.amazonaws.com.

13 operations 7 paths 22 schemas 3 DELETE5 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.0.0
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key, API Key, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 4

APIs.io Engineering Platform Workers KV Namespace API declares 4 security schemes for authenticating requests. An API key is passed in the header as X-Auth-Email (api_email). An API key is passed in the header as X-Auth-Key (api_key). It accepts HTTP bearer tokens (api_token). An API key is passed in the header as X-Auth-User-Service-Key (user_service_key).

Paths & Operations 13

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

Workers KV Namespace 13
GET
/accounts/{account_id}/storage/kv/namespaces
APIs.io Engineering Platform List Namespaces
workers-kv-namespace-list-namespaces 5 params → 4XX200
POST
/accounts/{account_id}/storage/kv/namespaces
APIs.io Engineering Platform Create a Namespace
workers-kv-namespace-create-a-namespace 1 param body → 4XX200
DELETE
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
APIs.io Engineering Platform Remove a Namespace
workers-kv-namespace-remove-a-namespace 2 params body → 4XX200
GET
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
APIs.io Engineering Platform Get a Namespace
workers-kv-namespace-get-a-namespace 2 params → 4XX200
PUT
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
APIs.io Engineering Platform Rename a Namespace
workers-kv-namespace-rename-a-namespace 2 params body → 4XX200
DELETE
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulkdeprecated
APIs.io Engineering Platform Delete multiple key-value pairs
workers-kv-namespace-delete-multiple-key-value-pairs-deprecated 2 params body → 4XX200
PUT
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk
APIs.io Engineering Platform Write multiple key-value pairs
workers-kv-namespace-write-multiple-key-value-pairs 2 params body → 4XX200
POST
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete
APIs.io Engineering Platform Delete multiple key-value pairs
workers-kv-namespace-delete-multiple-key-value-pairs 2 params body → 4XX200
GET
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys
APIs.io Engineering Platform List a Namespace's Keys
workers-kv-namespace-list-a-namespace'-s-keys 5 params → 4XX200
GET
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}
APIs.io Engineering Platform Read the metadata for a key
workers-kv-namespace-read-the-metadata-for-a-key 3 params → 4XX200
DELETE
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
APIs.io Engineering Platform Delete key-value pair
workers-kv-namespace-delete-key-value-pair 3 params body → 4XX200
GET
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
APIs.io Engineering Platform Read key-value pair
workers-kv-namespace-read-key-value-pair 3 params → 4XX200
PUT
/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
APIs.io Engineering Platform Write key-value pair with metadata
workers-kv-namespace-write-key-value-pair-with-metadata 3 params body → 4XX200

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are workers-kv_result_info (4 properties), workers-kv_api-response-common-failure (4 properties), workers-kv_api-response-common (3 properties), workers-kv_namespace (3 properties). Each schema is shown below with its type and property counts.

workers-kv_namespace_title
string
A human-readable string name for a Namespace.
workers-kv_bulk_write
array
2 required
workers-kv_key
object
A name for a value. A value stored under a given key may be retrieved via the same key.
3 properties 1 required
workers-kv_expiration
number
The time, measured in number of seconds since the UNIX epoch, at which the key should expire.
workers-kv_key_name_bulk
string
A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid.
workers-kv_expiration_ttl
number
The number of seconds for which the key should be visible before it expires. At least 60.
workers-kv_cursor
string
Opaque token indicating the position from which to continue when requesting the next set of records if the amount of list results was limited by the limit para…
workers-kv_bulk_delete
array
workers-kv_metadata
string
Arbitrary JSON to be associated with a key/value pair.
workers-kv_api-response-common-no-result
workers-kv_result_info
object
4 properties
workers-kv_identifier
string
Identifier
workers-kv_namespace_identifier
string
Namespace identifier tag.
workers-kv_api-response-common-failure
object
4 properties 4 required
workers-kv_list_metadata
object
Arbitrary JSON that is associated with a key.
workers-kv_api-response-collection
object
workers-kv_api-response-common
object
3 properties 3 required
workers-kv_value
string
A byte sequence to be stored, up to 25 MiB in length.
workers-kv_namespace
object
3 properties 2 required
workers-kv_messages
array
workers-kv_key_name
string
A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid. Use percent-encoding to define key names as part of a URL.
workers-kv_create_rename_namespace_body
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-workers-kv-namespace-api-openapi.yml Raw ↑

Other APIs APIs.io Engineering Platform publishes across the network.

EasyCron
APIs.io Engineering Platform 2014 11 13 API
APIs.io Engineering Platform 2015 03 31 API
APIs.io Engineering Platform 2016 08 19 API
APIs.io Engineering Platform 2017 03 31 API
APIs.io Engineering Platform 2017 10 31 API
APIs.io Engineering Platform 2018 10 31 API
APIs.io Engineering Platform 2019 09 25 API
APIs.io Engineering Platform 2019 09 30 API
APIs.io Engineering Platform 2020 04 22 API
APIs.io Engineering Platform 2020 06 30 API
Where this information came from

This is an independent, third-party profile of APIs.io Engineering Platform Workers KV Namespace API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.