prompt이며, 선택적 매개변수로 model(기본값 chirp-v3)이 있습니다. 입력 예시는 다음과 같습니다:
여기서 입력한 prompt는 A song about winter로, 겨울과 관련된 노래를 생성합니다.
실행을 클릭하면 결과는 다음과 같습니다:
data의 text 필드가 가사 정보입니다.
가사를 얻은 후, Suno Audios Generation API를 사용하여 맞춤형 노래 생성을 진행할 수 있습니다.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Suno Music Generation 集成指南 - Ace Data Cloud
prompt이며, 선택적 매개변수로 model(기본값 chirp-v3)이 있습니다. 입력 예시는 다음과 같습니다:
여기서 입력한 prompt는 A song about winter로, 겨울과 관련된 노래를 생성합니다.
실행을 클릭하면 결과는 다음과 같습니다:
{
"success": true,
"task_id": "57e8ce3a-39cb-41a2-802f-e70a324f4d0a",
"data": {
"text": "[Verse]\nSnowflakes falling from the sky\nWinter's cold touch\nOh how it gets me high\nI bundle up in layers\nOh so cozy\nStepping out and feeling the frost on my nose\nSee\n\n[Verse 2]\nThe world is covered in a blanket of white\nIcicles hanging\nShimmering so bright\nThe chilly air fills my lungs with every breath\nWalking in the snow\nLeaving footprints that won't be left\n\n[Chorus]\nOh\nWinter's cold touch\nIt's a season that I love so much\nSnowfall brings a feeling so divine\nWinter's cold touch\nIt's a magical time",
"title": "Winter's Cold Touch",
"status": "complete"
}
}
data의 text 필드가 가사 정보입니다.
가사를 얻은 후, Suno Audios Generation API를 사용하여 맞춤형 노래 생성을 진행할 수 있습니다.