cURL
curl --request POST \ --url https://converter.fineshare.com/api/fsmstexttospeech \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "Engine": "v1", "AppId": "107", "FeatureId": "22", "speech": "<string>", "voice": "<string>", "platform": "web", "Parameter": { "Speed": "1.0", "LanguageCode": "<string>", "Pitch": "0.0" } }'
{ "message": "Text-to-speech processing successful." }
Bearer token for authentication.
Successfully processed the text-to-speech request.
The response is of type object.
object