POST
/
api
/
fsmstexttospeech
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."
}

Headers

Authorization
string
required

Bearer token for authentication.

Body

application/json

Response

200
application/json

Successfully processed the text-to-speech request.

The response is of type object.