utkarshshukla2912 commited on
Commit
a439270
·
verified ·
1 Parent(s): f6c7ece

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -11,7 +11,7 @@ This document explains how to call the **`generate_squirrel`** endpoint.
11
  ```bash
12
  curl --location 'https://prod-api2.desivocal.com/dv/api/v0/tts_api/generate_squirrel' --header 'Content-Type: application/json' --data '{
13
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
14
- "voice_id": "b4c093ee-05ad-43cc-9e6d-0bdaadc857ba"
15
  }'
16
  ```
17
  - **Method:** `POST`
@@ -21,7 +21,7 @@ This document explains how to call the **`generate_squirrel`** endpoint.
21
  ```json
22
  {
23
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
24
- "voice_id": "b4c093ee-05ad-43cc-9e6d-0bdaadc857ba"
25
  }
26
  ```
27
  - **Field details**
@@ -42,7 +42,7 @@ This document explains how to call the **`generate_squirrel`** endpoint.
42
 
43
  payload = {
44
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
45
- "voice_id": "b4c093ee-05ad-43cc-9e6d-0bdaadc857ba",
46
  }
47
 
48
  headers = {
@@ -102,4 +102,3 @@ This document explains how to call the **`generate_squirrel`** endpoint.
102
  | cd9e2d83-063f-4b21-9045-38a7a1fa9f66 | Teacher | Female | {hi-IN} |
103
  | 57d7a45c-013a-4e63-b26c-c3c24d57d13e | Nisha | Female | {hi-IN} |
104
  ---
105
-
 
11
  ```bash
12
  curl --location 'https://prod-api2.desivocal.com/dv/api/v0/tts_api/generate_squirrel' --header 'Content-Type: application/json' --data '{
13
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
14
+ "voice_id": "83ba74e4-9efb-4db3-913a-f2a0ad66904d"
15
  }'
16
  ```
17
  - **Method:** `POST`
 
21
  ```json
22
  {
23
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
24
+ "voice_id": "83ba74e4-9efb-4db3-913a-f2a0ad66904d"
25
  }
26
  ```
27
  - **Field details**
 
42
 
43
  payload = {
44
  "text": "Hello दोस्तों! Welcome to Ringg TTS. यह एक बहुत ही शानदार text to speech system है जो Hindi और English दोनों languages को support करता है।",
45
+ "voice_id": "83ba74e4-9efb-4db3-913a-f2a0ad66904d",
46
  }
47
 
48
  headers = {
 
102
  | cd9e2d83-063f-4b21-9045-38a7a1fa9f66 | Teacher | Female | {hi-IN} |
103
  | 57d7a45c-013a-4e63-b26c-c3c24d57d13e | Nisha | Female | {hi-IN} |
104
  ---