POST
/
generate
curl --request POST \
  --url https://prod-api2.desivocal.com/dv/api/v0/tts_api/generate \
  --header 'Content-Type: application/json' \
  --header 'X_API_KEY: <x_api_key>' \
  --data '{
  "text": "भेजना चाहते हैं हिंदी में मैसेज लेकिन नहीं आती टाइपिंग? इन आसान Tips से मोबाइल से भेजें हिंदी में टेक्स्ट मैसेज",
  "voice_id": "f27d74e5-ea71-4697-be3e-f04bbd80c1a8"
}'
{}

Headers

X_API_KEY
string
required

Body

application/json
text
string
required
voice_id
string
required

Response

200 - application/json

The response is of type object.