Authorization: Bearer ********************{
"contents": [
{
"parts": [
{
"text": "3分钟完整抒情流行歌曲,温暖女声,钢琴+弦乐,舒缓治愈,包含前奏、主歌、副歌、桥段、尾奏"
}
]
}
],
"generationConfig": {
"responseModalities": ["AUDIO", "TEXT"],
"responseFormat": {
"audio": {
"mimeType": "audio/wav"
}
}
}
}curl --location 'https://api.xgapi.top/v1beta/models/:generateContent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"text": "3分钟完整抒情流行歌曲,温暖女声,钢琴+弦乐,舒缓治愈,包含前奏、主歌、副歌、桥段、尾奏"
}
]
}
],
"generationConfig": {
"responseModalities": ["AUDIO", "TEXT"],
"responseFormat": {
"audio": {
"mimeType": "audio/wav"
}
}
}
}'{}