curl --location --request POST 'https://developer.voicemaker.in/api/v1/voice/convert' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Engine": "neural",
"VoiceId": "ai3-Jony",
"LanguageCode": "en-US",
"Text": "Welcome to Voicemaker API.",
"OutputFormat": "mp3",
"SampleRate": "48000",
"VoxFx": {
"presetId": "67841788096cecfe8b18b2d1",
"dryWet": 100,
"effects": [
{
"key": "low_pitch",
"value": 2
},
{
"key": "reverb",
"value": 3
}
]
}
}'{
"success": true,
"path": "https://developer.voicemaker.in/uploads/1605116292576-voicemaker.in-speech.mp3",
"usedChars": 26,
"remainChars": 999974,
"remainKeyChars": 999974
}