- 系统介绍
- 系统优势
- 补充说明
- 辅助功能
- 按量计费
- 按次计费
- OpenMeta
- GPT 4o Image Generation
- Midjourney Proxy
- Midjourney Chat
- 即梦AI2.0生图
- Recraft Proxy
- Flux.1 Proxy
- SD Proxy
- SD Chat
- Sora Proxy
- Kling Proxy
- CogVideoX Proxy
- Runway Proxy
- Runway Chat
- Luma Proxy
- Luma Chat
- Pika1.5 Proxy
- Pika1.5 Chat
- Domo Proxy
- 海绵音乐(音乐生成)
- Suno Proxy
- Suno Chat
- Udio Proxy
- Udio Chat
生成歌词
开发中
开发环境
开发环境
POST
https://draw.openai-next.com/udio/lyrics/stream-lyrics
请求参数
Query 参数
string
可选
Header 参数
string
可选
Body 参数application/json
object {0}
示例
{
"mode": "generate",
"prompt": "爱情",
"lyrics_length": "2min",
"lyrics": ""
}
示例代码
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://draw.openai-next.com/udio/lyrics/stream-lyrics' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "generate",
"prompt": "爱情",
"lyrics_length": "2min",
"lyrics": ""
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"lyrics": "[Verse 1]\\nDarling, standing here with you\\nWith your hand held tight in mine\\nWe're swaying with the stars\\nAnd baby, it feels like paradise\\nWhen I whisper sweet nothings\\nAnd you smile that perfect smile\\n[Chorus]\\nI got you, oh, oh\\nThrough the highs and the lows\\nIn the light of a summer evening\\nOr the winter snow\\nI got you, oh, oh\\nFor the rest of my days\\nAnd if shadows start to fall, love\\nI'll find my way\\n'Cause I got you\\n[Verse 2]\\nBaby, feeling every heartbeat\\nIn this dance that we're creating\\nWe're lost in our own world\\nAnd time is slowly fading\\nWhen I promise you forever\\nWith each and every breath\\n[Chorus]\\nI got you, oh, oh\\nThrough the highs and the lows\\nIn the light of a summer evening\\nOr the winter snow\\nI got you, oh, oh\\nFor the rest of my days\\nAnd if shadows start to fall, love\\nI'll find my way\\n'Cause I got you\\n[Bridge]\\nYou, my love, always near\\nIn this moment, crystal clear\\nWith a heart that's always true\\nForever, just me and you\\n[Chorus]\\nI got you, oh, oh\\nThrough the highs and the lows\\nIn the light of a summer evening\\nOr the winter snow\\nI got you, oh, oh\\nFor the rest of my days\\nAnd if shadows start to fall, love\\nI'll find my way\\n'Cause I got you",
"instrumental": false,
"tempo": "slow"
}
🟢200成功
修改于 2025-04-01 06:48:36