panqa108 commited on
Commit
ed253f7
1 Parent(s): 38a588a

Upload play-ht.txt

Browse files

![Firefly Beautiful cozy fantasy stone cottage in a spring forest aside a cobblestone path and a babbl (1).jpg](https://cdn-uploads.huggingface.co/production/uploads/66048ce399d1e61a3246d2d4/g4Fun8_x9g9sBf5LjMj-Y.jpeg)

Files changed (1) hide show
  1. 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
+ '