cURL
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" ] } }
The identifier of the voice to retrieve details for.
Detailed information about the voice.
The response is of type object.
object