GET
/
api
/
getvoicedetail
curl --request GET \
  --url https://converter.fineshare.com/api/getvoicedetail
{
  "status": "success",
  "voiceId": "voice123",
  "name": "VoiceOne",
  "gender": "female",
  "language": "en-US",
  "category": "standard",
  "description": "A standard female voice in US English.",
  "additionalDetails": {
    "pitch": "neutral",
    "speed": "normal",
    "supportedFormats": [
      "mp3",
      "wav"
    ]
  }
}

Query Parameters

voice
string
required

The identifier of the voice to retrieve details for.

Response

200
application/json

Detailed information about the voice.

The response is of type object.