Upload play-ht.txt
Browse files
- play-ht.txt +13 -0
play-ht.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
curl --request POST \
|
2 |
+
--url https://play.ht/api/v2/tts \
|
3 |
+
--header 'AUTHORIZATION: Bearer 2c7ecfc607944ea0b73aec38c2bc9b72' \
|
4 |
+
--header 'X-USER-ID: jH5WHqrCUpOQ9XQytif95UKhhr63' \
|
5 |
+
--header 'accept: text/event-stream' \
|
6 |
+
--header 'content-type: application/json' \
|
7 |
+
--data '
|
8 |
+
{
|
9 |
+
"text": "Check out this realistic generated speech!",
|
10 |
+
"voice": "s3://peregrine-voices/oliver_narrative2_parrot_saad/manifest.json",
|
11 |
+
"voice_engine": "PlayHT2.0"
|
12 |
+
}
|
13 |
+
'
|