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

Camb.AI Voices API

Discover, clone, design, and manage voices.

Camb.AI Voices API is one of 6 APIs that Camb.AI 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, an API reference, and an AsyncAPI specification.

This API exposes 5 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://client.camb.ai/apis.

5 operations 5 paths 6 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://client.camb.ai/apis
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Camb.AI Voices API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Voices 5

Discover, clone, design, and manage voices.

GET
/list-voices
List voices
listVoices → 200401
POST
/create-custom-voice
Create a custom (cloned) voice
createCustomVoice body → 200401
POST
/text-to-voice
Design a voice from a text description
createTextToVoice body → 200401
GET
/text-to-voice/{task_id}
Poll a voice-design task
getTextToVoiceStatus 1 param → 200401
DELETE
/delete-voice/{voice_id}
Delete a custom voice
deleteVoice 1 param → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Voice (7 properties), CustomVoiceRequest (4 properties), TaskStatus (2 properties), TextToVoiceRequest (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
TaskCreated
object
1 property
CustomVoiceRequest
object
4 properties 2 required
TextToVoiceRequest
object
2 properties 1 required
TaskStatus
object
2 properties
Voice
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

camb-ai-voices-api-openapi.yml Raw ↑

Other APIs Camb.AI publishes across the network.

Camb.AI Dubbing API
Camb.AI Languages API
Camb.AI Text-to-Speech API
Camb.AI Transcription API
Camb.AI Translation API