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

KugelAudio Dictionaries API

The Dictionaries API from KugelAudio — 5 operation(s) for dictionaries.

KugelAudio Dictionaries API is one of 14 APIs that KugelAudio publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Dictionaries. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 11 operations across 5 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

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

11 operations 5 paths 13 schemas 2 DELETE3 GET2 PATCH3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.kugelaudio.com
Resource Areas
1

Paths & Operations 11

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

Dictionaries 11
GET
/v1/dictionaries
List Dictionaries
list_dictionaries_v1_dictionaries_get 1 param → 200422
POST
/v1/dictionaries
Create Dictionary
create_dictionary_v1_dictionaries_post 1 param body → 201422
GET
/v1/dictionaries/{dict_id}
Get Dictionary
get_dictionary_v1_dictionaries__dict_id__get 2 params → 200422
PATCH
/v1/dictionaries/{dict_id}
Update Dictionary
update_dictionary_v1_dictionaries__dict_id__patch 2 params body → 200422
DELETE
/v1/dictionaries/{dict_id}
Delete Dictionary
delete_dictionary_v1_dictionaries__dict_id__delete 2 params → 200422
GET
/v1/dictionaries/{dict_id}/entries
List Entries
list_entries_v1_dictionaries__dict_id__entries_get 5 params → 200422
POST
/v1/dictionaries/{dict_id}/entries
Add Entry
add_entry_v1_dictionaries__dict_id__entries_post 2 params body → 201422
PUT
/v1/dictionaries/{dict_id}/entries
Bulk Replace Entries
bulk_replace_entries_v1_dictionaries__dict_id__entries_put 2 params body → 200422
PATCH
/v1/dictionaries/{dict_id}/entries/{entry_id}
Update Entry
update_entry_v1_dictionaries__dict_id__entries__entry_id__patch 3 params body → 200422
DELETE
/v1/dictionaries/{dict_id}/entries/{entry_id}
Delete Entry
delete_entry_v1_dictionaries__dict_id__entries__entry_id__delete 3 params → 200422
POST
/v1/dictionaries/{project_id}/invalidate
Invalidate Dictionary Cache
invalidate_dictionary_cache_v1_dictionaries__project_id__invalidate_post 1 param → 204422

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are DictionaryEntryResponse (8 properties), DictionaryResponse (8 properties), ValidationError (5 properties), UpdateDictionaryRequest (4 properties). Each schema is shown below with its type and property counts.

DictionaryEntryResponse
object
A single dictionary entry.
8 properties 7 required
DictionaryListResponse
object
List of dictionaries for a project.
1 property 1 required
ValidationError
object
5 properties 3 required
BulkReplaceResponse
object
Counts of what changed during bulk replace.
3 properties 3 required
DictionaryEntryListResponse
object
Paginated list of dictionary entries.
4 properties 4 required
UpdateEntryRequest
object
Patch an existing entry.
4 properties
EntryPayload
object
Fields shared by single-entry create and bulk-replace items.
4 properties 2 required
BulkReplaceEntriesRequest
object
Atomic upsert + delete-missing replacement of all entries in a dictionary. Idempotent: callers sending the same payload twice converge to the same final state.…
1 property 1 required
UpdateDictionaryRequest
object
Patch an existing dictionary. projectid cannot be changed.
4 properties
CreateDictionaryRequest
object
Create a new dictionary scoped to a project.
3 properties 1 required
DictionaryResponse
object
A single dictionary record.
8 properties 6 required
DeleteResponse
object
Response for delete operations (200 + body so JS SDKs can JSON-parse).
1 property
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kugelaudio-dictionaries-api-openapi.yml Raw ↑

Other APIs KugelAudio publishes across the network.

KugelAudio 11labs API
KugelAudio Audio API
KugelAudio billing API
KugelAudio Health API
KugelAudio license API
KugelAudio Models API
KugelAudio Normalize API
KugelAudio Post Overrides API
KugelAudio Predict API
KugelAudio Ready API
KugelAudio Tts API
KugelAudio Vapi API