Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,6 @@
|
|
| 5 |
Squirrel TTS is Desivocal’s low‑latency text‑to‑speech (TTS) engine.
|
| 6 |
This document explains how to call the **`generate_squirrel`** endpoint.
|
| 7 |
|
| 8 |
-
---
|
| 9 |
-
|
| 10 |
## 2. Endpoint Summary
|
| 11 |
|
| 12 |
- **Method:** `POST`
|
|
@@ -28,9 +26,6 @@ This document explains how to call the **`generate_squirrel`** endpoint.
|
|
| 28 |
| `voice_id`| string | Yes | UUID of the voice to use. Must match one of the IDs in the voices CSV. |
|
| 29 |
|
| 30 |
|
| 31 |
-
|
| 32 |
-
---
|
| 33 |
-
|
| 34 |
## 3. Example Requests
|
| 35 |
|
| 36 |
- **4.1 cURL (basic example)**
|
|
@@ -59,9 +54,7 @@ This document explains how to call the **`generate_squirrel`** endpoint.
|
|
| 59 |
response = requests.post(url, json=payload, headers=headers)
|
| 60 |
|
| 61 |
```
|
| 62 |
-
|
| 63 |
-
---
|
| 64 |
-
|
| 65 |
## 5. Voices Catalogue (CSV)
|
| 66 |
|
| 67 |
| id | name | audio_gender | languages |
|
|
|
|
| 5 |
Squirrel TTS is Desivocal’s low‑latency text‑to‑speech (TTS) engine.
|
| 6 |
This document explains how to call the **`generate_squirrel`** endpoint.
|
| 7 |
|
|
|
|
|
|
|
| 8 |
## 2. Endpoint Summary
|
| 9 |
|
| 10 |
- **Method:** `POST`
|
|
|
|
| 26 |
| `voice_id`| string | Yes | UUID of the voice to use. Must match one of the IDs in the voices CSV. |
|
| 27 |
|
| 28 |
|
|
|
|
|
|
|
|
|
|
| 29 |
## 3. Example Requests
|
| 30 |
|
| 31 |
- **4.1 cURL (basic example)**
|
|
|
|
| 54 |
response = requests.post(url, json=payload, headers=headers)
|
| 55 |
|
| 56 |
```
|
| 57 |
+
|
|
|
|
|
|
|
| 58 |
## 5. Voices Catalogue (CSV)
|
| 59 |
|
| 60 |
| id | name | audio_gender | languages |
|