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

Neuphonic Voices API

The Voices API from Neuphonic — 2 operation(s) for voices.

Neuphonic Voices API is one of 7 APIs that Neuphonic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 0.1.0.

Requests are made against a single base URL, https://api.neuphonic.com.

4 operations 2 paths 3 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.1.0
Base URL
https://api.neuphonic.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Neuphonic Voices API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyHeader). An API key is passed in the query as api_key (ApiKeyQuery). By default, every request must be authenticated.

  • ApiKeyHeader — API key passed via the X-API-KEY request header.
  • ApiKeyQuery — API key passed as a query parameter (used for WebSocket connections).

Paths & Operations 4

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

Voices 4
GET
/voices
List Voices
tts_endpoint_voices_get 4 params → 200422
POST
/voices
Clone Voice
clone_voice_voices_post 7 params body → 200422
PATCH
/voices/{voice_id}
Update Voice
update_voice_voices__voice_id__patch 7 params body → 200422
DELETE
/voices/{voice_id}
Delete Cloned Voice
delete_cloned_voice_voices__voice_id__delete 5 params → 200422

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Voice (5 properties), ValidationError (3 properties), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

ValidationError
object
3 properties 3 required
HTTPValidationError
object
1 property
Voice
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neuphonic-voices-api-openapi.yml Raw ↑

Other APIs Neuphonic publishes across the network.

Neuphonic TTS WebSocket API
Neuphonic Voice Cloning API
Neuphonic Agent API
Neuphonic Agents API
Neuphonic Ping API
Neuphonic Sse API