6 lines
170 B
Bash
6 lines
170 B
Bash
curl http://localhost:3000/api/chatterbox-tts/register-prompt-file \
|
|
--request POST \
|
|
--header 'Content-Type: application/json' \
|
|
--data '{
|
|
"file": "@dayu.wav"
|
|
}' |