노래 생성(영감 모드)
POST
/suno/submit/music
gpt_description_prompt로 창작 의도를 설명(영감 모드)- 응답
data는 작업 ID이며, 조회 API로 결과 확인
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
prompt
string
Required
가사 내용(사용자 지정 모드 전용)
mv
string
Required
모델 버전(예: chirp-v3-0, chirp-v3-5, 기본 chirp-v3-0)
title
string
곡 제목(사용자 지정 모드 전용)
tags
string
스타일 태그(사용자 지정 모드, 여러 개는 쉼표 구분)
make_instrumental
boolean
반주만 생성 여부(true면 연주곡)
task_id
string
기존 작업에 대한 작업 ID(이어쓰기 등)
continue_at
number
이어쓰기 시작 시점(초)
continue_clip_id
string
이어쓸 곡 clip ID
gpt_description_prompt
string
Required
창작 설명 프롬프트(영감 모드 전용)
notify_hook
string
작업 완료 시 콜백 URL
Responses
성공
application/json
object
code
string
Required
data
string
Required
message
string
Required