music-lab: Suno generate 요청에 callBackUrl 필수 파라미터 추가

sunoapi.org는 callBackUrl이 필수. 폴링 방식이므로 더미 URL 사용.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 12:31:58 +09:00
parent 2a1d8716c7
commit a618544823

View File

@@ -182,6 +182,7 @@ def _build_suno_payload(params: dict) -> dict:
"customMode": custom_mode,
"instrumental": instrumental,
"model": "V4", # 안정적인 기본 모델
"callBackUrl": "https://example.com/noop", # 필수 파라미터, 폴링 방식이므로 더미 URL
}
if custom_mode: