{"model":"tts-1","input":"The quick brown fox jumped over the lazy dog.","voice":"alloy"}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.duckagi.com/v1/audio/speech' \
--header'Authorization: Bearer {{YOUR_API_KEY}}' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "tts-1",
"input": "The quick brown fox jumped over the lazy dog.",
"voice": "alloy"
}'
返回响应
🟢200成功
application/json
Body
object{0}
示例
{"model":"tts-1","input":"The quick brown fox jumped over the lazy dog.","voice":"alloy"}