Ask Kevin is smarter.
OmniDimension
Providers

Get voice details

Detailed metadata for a specific voice.

GET/providers/voice/
Path parameters
voice_idrequired
curl -X GET 'https://backend.omnidim.io/api/v1/providers/voice/{voice_id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "id": 1,
  "name": "aura-luna-en",
  "display_name": "luna",
  "service": "deepgram",
  "sample_url": "https://res.cloudinary.com/deepgram/video/upload/v1709565351/aura/luna_docs_clom0e.wav"
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

voice_id*integer

Response Body

application/json

application/json