AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************{
"model": "tts-1",
"input": "string",
"voice": "alloy",
"response_format": "string",
"speed": "string"
}curl --location --request POST 'https://api.aigc2d.com/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "tts-1",
"input": "string",
"voice": "alloy",
"response_format": "string",
"speed": "string"
}'{}