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 Voices API

The Voices API from KugelAudio — 6 operation(s) for voices.

KugelAudio Voices 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 Voices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 10 operations across 6 paths, and defines 8 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.

10 operations 6 paths 8 schemas 2 DELETE3 GET1 PATCH4 POST

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 10

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

Voices 10
GET
/v1/voices
Get Voices
get_voices_v1_voices_get 2 params → 200422
POST
/v1/voices
Create Voice
create_voice_v1_voices_post → 201
GET
/v1/voices/{voice_id}
Get Voice By Id
get_voice_by_id_v1_voices__voice_id__get 1 param → 200422
PATCH
/v1/voices/{voice_id}
Update Voice
update_voice_v1_voices__voice_id__patch 1 param body → 200422
DELETE
/v1/voices/{voice_id}
Delete Voice
delete_voice_v1_voices__voice_id__delete 1 param → 204422
GET
/v1/voices/{voice_id}/references
List Voice References
list_voice_references_v1_voices__voice_id__references_get 1 param → 200422
POST
/v1/voices/{voice_id}/references
Upload Voice Reference
upload_voice_reference_v1_voices__voice_id__references_post 1 param body → 201422
DELETE
/v1/voices/{voice_id}/references/{ref_id}
Delete Voice Reference
delete_voice_reference_v1_voices__voice_id__references__ref_id__delete 2 params → 204422
POST
/v1/voices/{voice_id}/publish
Publish Voice
publish_voice_v1_voices__voice_id__publish_post 1 param → 200422
POST
/v1/voices/{voice_id}/generate-sample
Generate Voice Sample
generate_voice_sample_v1_voices__voice_id__generate_sample_post 1 param → 200422

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are VoiceDetailInfo (18 properties), VoiceInfo (13 properties), UpdateVoiceRequest (9 properties), VoiceReferenceInfo (7 properties). Each schema is shown below with its type and property counts.

VoiceDetailInfo
object
Extended voice metadata returned by CRUD endpoints.
18 properties 3 required
VoiceReferenceInfo
object
Voice reference audio metadata.
7 properties 2 required
ValidationError
object
5 properties 3 required
VoiceInfo
object
Voice metadata.
13 properties 3 required
Body_upload_voice_reference_v1_voices__voice_id__references_post
object
2 properties 1 required
VoicesResponse
object
List of available voices.
4 properties 1 required
UpdateVoiceRequest
object
Request body for updating an existing voice (partial update).
9 properties
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kugelaudio-voices-api-openapi.yml Raw ↑

Other APIs KugelAudio publishes across the network.

KugelAudio 11labs API
KugelAudio Audio API
KugelAudio billing API
KugelAudio Dictionaries 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